HEX: #6E595A
RGB: (110,89,90)
#6E595A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6E595A ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6E595A wird in RGB als (110,89,90) definiert.
RGB: (110,89,90) (43%,35%,35%)
R 110 von 255 = 43%
G 89 von 255 = 35%
B 90 von 255 = 35%
R + G + B ~ 38%. #6E595A ziemlich dunkle Farbe.
R + G + B =
110 + 89 + 90 = 289 (100%)
R 110 von 289 ~ 38.06%
G 89 von 289 ~ 30.8%
B 90 von 289 ~ 31.14%
Die Farbe #6E595A wird in CMYK als (0,19,18,57) definiert.
CMYK: (0,19,18,57) C0M19Y18K57 (0%,19%,18%,57%) (0.00/0.19/0.18/0.57)
6E | 59 | 5A | |
---|---|---|---|
RGB | 110 | 89 | 90 |
HSL | 357° | 10.55% | 39.02% |
HSB/HSV | 357° | 19.09% | 43.14% |
CMYK | 0.00% | 19.09% | 18.18% |
56.86% |
Hexadezimal | 6E | 59 | 5A |
Dezimal | 110 | 89 | 90 |
Binär | 1101110 | 1011001 | 1011010 |
Oktal | 156 | 131 | 132 |
Beispiele css- und html für Elemente in der Farbe #6E595A. Bitte benutzen Sie auch rgb(110,89,90) statt hex-Code.
.myTextColor { color: #6E595A; }
<p style="color:#6E595A">This sample text font color is #6E595A.</p>
Die Farbe dieses Textes ist #6E595A.
.myBgColor { background-color: #6E595A; }
<div style="background-color:#6E595A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6E595A.
.myBorderColor { border: 1px solid #6E595A; }
<div style="border:3px solid #6E595A">Div</div>
Die Grenzen von diesem div sind in Farbe #6E595A.
.myOpacity80 { color: #6E595A; opacity: 0.8; }
<p style="color:#6E595A;opacity:0.8;">80%</p>
Text in Farbe #6E595A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E595A;}
<p style="text-shadow: 3px 3px 1px #6E595A">Text here.</p>
Dieser Text hat den Schatten in Farbe #6E595A.
.textShadow {text-shadow: 3px 3px 1px #6E595A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E595A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6E595A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E595A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E595A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E595A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E595A; -webkit-box-shadow: 1px 1px 3px 2px #6E595A; box-shadow: 1px 1px 3px 2px #6E595A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E595A; -webkit-box-shadow: 1px 1px 3px 2px #6E595A; box-shadow:1px 1px 3px 2px #6E595A;">
Div content here</div>
Dieser Text ist in der Farbe #6E595A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6E595A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6E595A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6E595A.