Shades of Dark Wood #8C6444
Tints of Dark Wood #8C6444
RGB
CMYK
RGB Variations
Color information
#8C6444 (or 0x8C6444) is known color: Dark Wood. HEX triplet: 8C, 64 and 44. RGB value is (140,100,68). Sum of RGB (Red+Green+Blue) = 140+100+68=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6444 is #739BBB. Grayscale: #6C6C6C. Windows color (decimal): -7576508 or 4482188. OLE color: 4482188.
HSL color Cylindrical-coordinate representation of color #8C6444: hue angle of 26.67º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C6444 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 68 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.45 |
| HSL | 26.67º | 0.35% | 0.41% | - |
| HSV(B) | 26.67º | 0.51% | 0.55% | - |
| XYZ | 16.42 | 15.11 | 7.52 | - |
| YUV | 108.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 68 | 0 | 0.29 | 0.51 | 0.45 | 26.67 | 0.35 | 0.41 |
| Hex | 8C | 64 | 44 | 0 | 1D | 33 | 2D | 1B | 23 | 29 |
| Octal | 214 | 144 | 104 | 0 | 35 | 63 | 55 | 33 | 43 | 51 |
| Binary | 10001100 | 1100100 | 1000100 | 0 | 11101 | 110011 | 101101 | 11011 | 100011 | 101001 |
Color Harmonies of #8C6444
Complementary color
Monochromatic Colors of #8C6444
Black with #8C6444
Text Example
Text Example
White with #8C6444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6444; }
p { color: rgb(140,100,68); }
H1.HeaderClassName
{
color: #8C6444;
}
.AnyTagClassName
{
color: #8C6444;
}
</style>
background-color css
<style>
a { background-color: #8C6444; }
a { background-color: rgb(140,100,68); }
div.DivClassName
{
background-color: #8C6444;
}
.BgClassName
{
background-color: #8C6444;
}
</style>
border-color css
<style>
span { border-color: #8C6444; }
span { border-color: rgb(140,100,68); }
td.TdClassName
{
border-color: #8C6444;
}
.TagClassName
{
border-color: #8C6444;
}
</style>