Shades of Dark Wood #8C6442
Tints of Dark Wood #8C6442
RGB
CMYK
RGB Variations
Color information
#8C6442 (or 0x8C6442) is known color: Dark Wood. HEX triplet: 8C, 64 and 42. RGB value is (140,100,66). Sum of RGB (Red+Green+Blue) = 140+100+66=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6442 is #739BBD. Grayscale: #6C6C6C. Windows color (decimal): -7576510 or 4351116. OLE color: 4351116.
HSL color Cylindrical-coordinate representation of color #8C6442: hue angle of 27.57º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C6442 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 66 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.45 |
| HSL | 27.57º | 0.36% | 0.4% | - |
| HSV(B) | 27.57º | 0.53% | 0.55% | - |
| XYZ | 16.36 | 15.08 | 7.2 | - |
| YUV | 108.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 66 | 0 | 0.29 | 0.53 | 0.45 | 27.57 | 0.36 | 0.4 |
| Hex | 8C | 64 | 42 | 0 | 1D | 35 | 2D | 1C | 24 | 28 |
| Octal | 214 | 144 | 102 | 0 | 35 | 65 | 55 | 34 | 44 | 50 |
| Binary | 10001100 | 1100100 | 1000010 | 0 | 11101 | 110101 | 101101 | 11100 | 100100 | 101000 |
Color Harmonies of #8C6442
Complementary color
Monochromatic Colors of #8C6442
Black with #8C6442
Text Example
Text Example
White with #8C6442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6442; }
p { color: rgb(140,100,66); }
H1.HeaderClassName
{
color: #8C6442;
}
.AnyTagClassName
{
color: #8C6442;
}
</style>
background-color css
<style>
a { background-color: #8C6442; }
a { background-color: rgb(140,100,66); }
div.DivClassName
{
background-color: #8C6442;
}
.BgClassName
{
background-color: #8C6442;
}
</style>
border-color css
<style>
span { border-color: #8C6442; }
span { border-color: rgb(140,100,66); }
td.TdClassName
{
border-color: #8C6442;
}
.TagClassName
{
border-color: #8C6442;
}
</style>