Shades of Light Wood #8D6564
Tints of Light Wood #8D6564
RGB
CMYK
RGB Variations
Color information
#8D6564 (or 0x8D6564) is known color: Light Wood. HEX triplet: 8D, 65 and 64. RGB value is (141,101,100). Sum of RGB (Red+Green+Blue) = 141+101+100=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6564 is #729A9B. Grayscale: #707070. Windows color (decimal): -7510684 or 6579597. OLE color: 6579597.
HSL color Cylindrical-coordinate representation of color #8D6564: 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 #8D6564 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
RGB | 141 | 101 | 100 | - |
CMYK | 0 | 0.28 | 0.29 | 0.45 |
HSL | 1.46º | 0.17% | 0.47% | - |
HSV(B) | 1.46º | 0.29% | 0.55% | - |
XYZ | 17.94 | 15.89 | 14.18 | - |
YUV | 112.85 | 120.75 | 148.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 101 | 100 | 0 | 0.28 | 0.29 | 0.45 | 1.46 | 0.17 | 0.47 |
Hex | 8D | 65 | 64 | 0 | 1C | 1D | 2D | 1 | 11 | 2F |
Octal | 215 | 145 | 144 | 0 | 34 | 35 | 55 | 1 | 21 | 57 |
Binary | 10001101 | 1100101 | 1100100 | 0 | 11100 | 11101 | 101101 | 1 | 10001 | 101111 |
Color Harmonies of #8D6564
Complementary color
Monochromatic Colors of #8D6564
Black with #8D6564
Text Example
Text Example
White with #8D6564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6564; }
p { color: rgb(141,101,100); }
H1.HeaderClassName
{
color: #8D6564;
}
.AnyTagClassName
{
color: #8D6564;
}
</style>
background-color css
<style>
a { background-color: #8D6564; }
a { background-color: rgb(141,101,100); }
div.DivClassName
{
background-color: #8D6564;
}
.BgClassName
{
background-color: #8D6564;
}
</style>
border-color css
<style>
span { border-color: #8D6564; }
span { border-color: rgb(141,101,100); }
td.TdClassName
{
border-color: #8D6564;
}
.TagClassName
{
border-color: #8D6564;
}
</style>