Shades of Yellow Metal #6C5E42
Tints of Yellow Metal #6C5E42
RGB
CMYK
RGB Variations
Color information
#6C5E42 (or 0x6C5E42) is known color: Yellow Metal. HEX triplet: 6C, 5E and 42. RGB value is (108,94,66). Sum of RGB (Red+Green+Blue) = 108+94+66=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5E42 is #93A1BD. Grayscale: #5F5F5F. Windows color (decimal): -9675198 or 4349548. OLE color: 4349548.
HSL color Cylindrical-coordinate representation of color #6C5E42: hue angle of 40º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C5E42 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 94 | 66 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.58 |
| HSL | 40º | 0.24% | 0.34% | - |
| HSV(B) | 40º | 0.39% | 0.42% | - |
| XYZ | 11.17 | 11.59 | 6.8 | - |
| YUV | 94.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 66 | 0 | 0.13 | 0.39 | 0.58 | 40 | 0.24 | 0.34 |
| Hex | 6C | 5E | 42 | 0 | D | 27 | 3A | 28 | 18 | 22 |
| Octal | 154 | 136 | 102 | 0 | 15 | 47 | 72 | 50 | 30 | 42 |
| Binary | 1101100 | 1011110 | 1000010 | 0 | 1101 | 100111 | 111010 | 101000 | 11000 | 100010 |
Color Harmonies of #6C5E42
Complementary color
Monochromatic Colors of #6C5E42
Black with #6C5E42
Text Example
Text Example
White with #6C5E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5E42; }
p { color: rgb(108,94,66); }
H1.HeaderClassName
{
color: #6C5E42;
}
.AnyTagClassName
{
color: #6C5E42;
}
</style>
background-color css
<style>
a { background-color: #6C5E42; }
a { background-color: rgb(108,94,66); }
div.DivClassName
{
background-color: #6C5E42;
}
.BgClassName
{
background-color: #6C5E42;
}
</style>
border-color css
<style>
span { border-color: #6C5E42; }
span { border-color: rgb(108,94,66); }
td.TdClassName
{
border-color: #6C5E42;
}
.TagClassName
{
border-color: #6C5E42;
}
</style>