Shades of Light Wood #8C6461
Tints of Light Wood #8C6461
RGB
CMYK
RGB Variations
Color information
#8C6461 (or 0x8C6461) is known color: Light Wood. HEX triplet: 8C, 64 and 61. RGB value is (140,100,97). Sum of RGB (Red+Green+Blue) = 140+100+97=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6461 is #739B9E. Grayscale: #6F6F6F. Windows color (decimal): -7576479 or 6382732. OLE color: 6382732.
HSL color Cylindrical-coordinate representation of color #8C6461: hue angle of 4.19º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6461 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 97 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.45 |
| HSL | 4.19º | 0.18% | 0.46% | - |
| HSV(B) | 4.19º | 0.31% | 0.55% | - |
| XYZ | 17.53 | 15.55 | 13.39 | - |
| YUV | 111.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 97 | 0 | 0.29 | 0.31 | 0.45 | 4.19 | 0.18 | 0.46 |
| Hex | 8C | 64 | 61 | 0 | 1D | 1F | 2D | 4 | 12 | 2E |
| Octal | 214 | 144 | 141 | 0 | 35 | 37 | 55 | 4 | 22 | 56 |
| Binary | 10001100 | 1100100 | 1100001 | 0 | 11101 | 11111 | 101101 | 100 | 10010 | 101110 |
Color Harmonies of #8C6461
Complementary color
Monochromatic Colors of #8C6461
Black with #8C6461
Text Example
Text Example
White with #8C6461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6461; }
p { color: rgb(140,100,97); }
H1.HeaderClassName
{
color: #8C6461;
}
.AnyTagClassName
{
color: #8C6461;
}
</style>
background-color css
<style>
a { background-color: #8C6461; }
a { background-color: rgb(140,100,97); }
div.DivClassName
{
background-color: #8C6461;
}
.BgClassName
{
background-color: #8C6461;
}
</style>
border-color css
<style>
span { border-color: #8C6461; }
span { border-color: rgb(140,100,97); }
td.TdClassName
{
border-color: #8C6461;
}
.TagClassName
{
border-color: #8C6461;
}
</style>