Shades of Light Wood #856565
Tints of Light Wood #856565
RGB
CMYK
RGB Variations
Color information
#856565 (or 0x856565) is known color: Light Wood. HEX triplet: 85, 65 and 65. RGB value is (133,101,101). Sum of RGB (Red+Green+Blue) = 133+101+101=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856565 is #7A9A9A. Grayscale: #6E6E6E. Windows color (decimal): -8034971 or 6645125. OLE color: 6645125.
HSL color Cylindrical-coordinate representation of color #856565: hue angle of 0º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856565 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 101 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.48 |
| HSL | 0º | 0.14% | 0.46% | - |
| HSV(B) | 0º | 0.24% | 0.52% | - |
| XYZ | 16.68 | 15.23 | 14.37 | - |
| YUV | 110.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 101 | 0 | 0.24 | 0.24 | 0.48 | 0 | 0.14 | 0.46 |
| Hex | 85 | 65 | 65 | 0 | 18 | 18 | 30 | 0 | E | 2E |
| Octal | 205 | 145 | 145 | 0 | 30 | 30 | 60 | 0 | 16 | 56 |
| Binary | 10000101 | 1100101 | 1100101 | 0 | 11000 | 11000 | 110000 | 0 | 1110 | 101110 |
Color Harmonies of #856565
Complementary color
Monochromatic Colors of #856565
Black with #856565
Text Example
Text Example
White with #856565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856565; }
p { color: rgb(133,101,101); }
H1.HeaderClassName
{
color: #856565;
}
.AnyTagClassName
{
color: #856565;
}
</style>
background-color css
<style>
a { background-color: #856565; }
a { background-color: rgb(133,101,101); }
div.DivClassName
{
background-color: #856565;
}
.BgClassName
{
background-color: #856565;
}
</style>
border-color css
<style>
span { border-color: #856565; }
span { border-color: rgb(133,101,101); }
td.TdClassName
{
border-color: #856565;
}
.TagClassName
{
border-color: #856565;
}
</style>