Shades of Light Wood #8C6463
Tints of Light Wood #8C6463
RGB
CMYK
RGB Variations
Color information
#8C6463 (or 0x8C6463) is known color: Light Wood. HEX triplet: 8C, 64 and 63. RGB value is (140,100,99). Sum of RGB (Red+Green+Blue) = 140+100+99=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6463 is #739B9C. Grayscale: #6F6F6F. Windows color (decimal): -7576477 or 6513804. OLE color: 6513804.
HSL color Cylindrical-coordinate representation of color #8C6463: hue angle of 1.46º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6463 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 99 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.45 |
| HSL | 1.46º | 0.17% | 0.47% | - |
| HSV(B) | 1.46º | 0.29% | 0.55% | - |
| XYZ | 17.62 | 15.59 | 13.88 | - |
| YUV | 111.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 99 | 0 | 0.29 | 0.29 | 0.45 | 1.46 | 0.17 | 0.47 |
| Hex | 8C | 64 | 63 | 0 | 1D | 1D | 2D | 1 | 11 | 2F |
| Octal | 214 | 144 | 143 | 0 | 35 | 35 | 55 | 1 | 21 | 57 |
| Binary | 10001100 | 1100100 | 1100011 | 0 | 11101 | 11101 | 101101 | 1 | 10001 | 101111 |
Color Harmonies of #8C6463
Complementary color
Monochromatic Colors of #8C6463
Black with #8C6463
Text Example
Text Example
White with #8C6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6463; }
p { color: rgb(140,100,99); }
H1.HeaderClassName
{
color: #8C6463;
}
.AnyTagClassName
{
color: #8C6463;
}
</style>
background-color css
<style>
a { background-color: #8C6463; }
a { background-color: rgb(140,100,99); }
div.DivClassName
{
background-color: #8C6463;
}
.BgClassName
{
background-color: #8C6463;
}
</style>
border-color css
<style>
span { border-color: #8C6463; }
span { border-color: rgb(140,100,99); }
td.TdClassName
{
border-color: #8C6463;
}
.TagClassName
{
border-color: #8C6463;
}
</style>