Shades of Light Wood #865C5C
Tints of Light Wood #865C5C
RGB
CMYK
RGB Variations
Color information
#865C5C (or 0x865C5C) is known color: Light Wood. HEX triplet: 86, 5C and 5C. RGB value is (134,92,92). Sum of RGB (Red+Green+Blue) = 134+92+92=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C5C is #79A3A3. Grayscale: #686868. Windows color (decimal): -7971748 or 6052998. OLE color: 6052998.
HSL color Cylindrical-coordinate representation of color #865C5C: hue angle of 0º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C5C is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 92 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.47 |
| HSL | 0º | 0.19% | 0.44% | - |
| HSV(B) | 0º | 0.31% | 0.53% | - |
| XYZ | 15.59 | 13.5 | 11.91 | - |
| YUV | 104.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 92 | 0 | 0.31 | 0.31 | 0.47 | 0 | 0.19 | 0.44 |
| Hex | 86 | 5C | 5C | 0 | 1F | 1F | 2F | 0 | 13 | 2C |
| Octal | 206 | 134 | 134 | 0 | 37 | 37 | 57 | 0 | 23 | 54 |
| Binary | 10000110 | 1011100 | 1011100 | 0 | 11111 | 11111 | 101111 | 0 | 10011 | 101100 |
Color Harmonies of #865C5C
Complementary color
Monochromatic Colors of #865C5C
Black with #865C5C
Text Example
Text Example
White with #865C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C5C; }
p { color: rgb(134,92,92); }
H1.HeaderClassName
{
color: #865C5C;
}
.AnyTagClassName
{
color: #865C5C;
}
</style>
background-color css
<style>
a { background-color: #865C5C; }
a { background-color: rgb(134,92,92); }
div.DivClassName
{
background-color: #865C5C;
}
.BgClassName
{
background-color: #865C5C;
}
</style>
border-color css
<style>
span { border-color: #865C5C; }
span { border-color: rgb(134,92,92); }
td.TdClassName
{
border-color: #865C5C;
}
.TagClassName
{
border-color: #865C5C;
}
</style>