Shades of Dark Wood #8C6140
Tints of Dark Wood #8C6140
RGB
CMYK
RGB Variations
Color information
#8C6140 (or 0x8C6140) is known color: Dark Wood. HEX triplet: 8C, 61 and 40. RGB value is (140,97,64). Sum of RGB (Red+Green+Blue) = 140+97+64=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6140 is #739EBF. Grayscale: #6A6A6A. Windows color (decimal): -7577280 or 4219276. OLE color: 4219276.
HSL color Cylindrical-coordinate representation of color #8C6140: hue angle of 26.05º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C6140 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 64 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.45 |
| HSL | 26.05º | 0.37% | 0.4% | - |
| HSV(B) | 26.05º | 0.54% | 0.55% | - |
| XYZ | 16.02 | 14.5 | 6.8 | - |
| YUV | 106.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 64 | 0 | 0.31 | 0.54 | 0.45 | 26.05 | 0.37 | 0.4 |
| Hex | 8C | 61 | 40 | 0 | 1F | 36 | 2D | 1A | 25 | 28 |
| Octal | 214 | 141 | 100 | 0 | 37 | 66 | 55 | 32 | 45 | 50 |
| Binary | 10001100 | 1100001 | 1000000 | 0 | 11111 | 110110 | 101101 | 11010 | 100101 | 101000 |
Color Harmonies of #8C6140
Complementary color
Monochromatic Colors of #8C6140
Black with #8C6140
Text Example
Text Example
White with #8C6140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6140; }
p { color: rgb(140,97,64); }
H1.HeaderClassName
{
color: #8C6140;
}
.AnyTagClassName
{
color: #8C6140;
}
</style>
background-color css
<style>
a { background-color: #8C6140; }
a { background-color: rgb(140,97,64); }
div.DivClassName
{
background-color: #8C6140;
}
.BgClassName
{
background-color: #8C6140;
}
</style>
border-color css
<style>
span { border-color: #8C6140; }
span { border-color: rgb(140,97,64); }
td.TdClassName
{
border-color: #8C6140;
}
.TagClassName
{
border-color: #8C6140;
}
</style>