Shades of Yellow Metal #6E6443
Tints of Yellow Metal #6E6443
RGB
CMYK
RGB Variations
Color information
#6E6443 (or 0x6E6443) is known color: Yellow Metal. HEX triplet: 6E, 64 and 43. RGB value is (110,100,67). Sum of RGB (Red+Green+Blue) = 110+100+67=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6443 is #919BBC. Grayscale: #636363. Windows color (decimal): -9542589 or 4416622. OLE color: 4416622.
HSL color Cylindrical-coordinate representation of color #6E6443: hue angle of 46.05º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E6443 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 100 | 67 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.57 |
| HSL | 46.05º | 0.24% | 0.35% | - |
| HSV(B) | 46.05º | 0.39% | 0.43% | - |
| XYZ | 12 | 12.83 | 7.16 | - |
| YUV | 99.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 67 | 0 | 0.09 | 0.39 | 0.57 | 46.05 | 0.24 | 0.35 |
| Hex | 6E | 64 | 43 | 0 | 9 | 27 | 39 | 2E | 18 | 23 |
| Octal | 156 | 144 | 103 | 0 | 11 | 47 | 71 | 56 | 30 | 43 |
| Binary | 1101110 | 1100100 | 1000011 | 0 | 1001 | 100111 | 111001 | 101110 | 11000 | 100011 |
Color Harmonies of #6E6443
Complementary color
Monochromatic Colors of #6E6443
Black with #6E6443
Text Example
Text Example
White with #6E6443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6443; }
p { color: rgb(110,100,67); }
H1.HeaderClassName
{
color: #6E6443;
}
.AnyTagClassName
{
color: #6E6443;
}
</style>
background-color css
<style>
a { background-color: #6E6443; }
a { background-color: rgb(110,100,67); }
div.DivClassName
{
background-color: #6E6443;
}
.BgClassName
{
background-color: #6E6443;
}
</style>
border-color css
<style>
span { border-color: #6E6443; }
span { border-color: rgb(110,100,67); }
td.TdClassName
{
border-color: #6E6443;
}
.TagClassName
{
border-color: #6E6443;
}
</style>