Shades of Dark Wood #8C6246
Tints of Dark Wood #8C6246
RGB
CMYK
RGB Variations
Color information
#8C6246 (or 0x8C6246) is known color: Dark Wood. HEX triplet: 8C, 62 and 46. RGB value is (140,98,70). Sum of RGB (Red+Green+Blue) = 140+98+70=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6246 is #739DB9. Grayscale: #6B6B6B. Windows color (decimal): -7577018 or 4612748. OLE color: 4612748.
HSL color Cylindrical-coordinate representation of color #8C6246: hue angle of 24º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C6246 is Cyan = 0, Magento = 0.3, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 70 | - |
| CMYK | 0 | 0.3 | 0.50 | 0.45 |
| HSL | 24º | 0.33% | 0.41% | - |
| HSV(B) | 24º | 0.5% | 0.55% | - |
| XYZ | 16.29 | 14.75 | 7.78 | - |
| YUV | 107.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 70 | 0 | 0.3 | 0.50 | 0.45 | 24 | 0.33 | 0.41 |
| Hex | 8C | 62 | 46 | 0 | 1E | 32 | 2D | 18 | 21 | 29 |
| Octal | 214 | 142 | 106 | 0 | 36 | 62 | 55 | 30 | 41 | 51 |
| Binary | 10001100 | 1100010 | 1000110 | 0 | 11110 | 110010 | 101101 | 11000 | 100001 | 101001 |
Color Harmonies of #8C6246
Complementary color
Monochromatic Colors of #8C6246
Black with #8C6246
Text Example
Text Example
White with #8C6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6246; }
p { color: rgb(140,98,70); }
H1.HeaderClassName
{
color: #8C6246;
}
.AnyTagClassName
{
color: #8C6246;
}
</style>
background-color css
<style>
a { background-color: #8C6246; }
a { background-color: rgb(140,98,70); }
div.DivClassName
{
background-color: #8C6246;
}
.BgClassName
{
background-color: #8C6246;
}
</style>
border-color css
<style>
span { border-color: #8C6246; }
span { border-color: rgb(140,98,70); }
td.TdClassName
{
border-color: #8C6246;
}
.TagClassName
{
border-color: #8C6246;
}
</style>