Shades of Light Wood #865F5D
Tints of Light Wood #865F5D
RGB
CMYK
RGB Variations
Color information
#865F5D (or 0x865F5D) is known color: Light Wood. HEX triplet: 86, 5F and 5D. RGB value is (134,95,93). Sum of RGB (Red+Green+Blue) = 134+95+93=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #865F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F5D is #79A0A2. Grayscale: #6A6A6A. Windows color (decimal): -7970979 or 6119302. OLE color: 6119302.
HSL color Cylindrical-coordinate representation of color #865F5D: hue angle of 2.93º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865F5D is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 93 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.47 |
| HSL | 2.93º | 0.18% | 0.45% | - |
| HSV(B) | 2.93º | 0.31% | 0.53% | - |
| XYZ | 15.9 | 14.04 | 12.23 | - |
| YUV | 106.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 93 | 0 | 0.29 | 0.31 | 0.47 | 2.93 | 0.18 | 0.45 |
| Hex | 86 | 5F | 5D | 0 | 1D | 1F | 2F | 3 | 12 | 2D |
| Octal | 206 | 137 | 135 | 0 | 35 | 37 | 57 | 3 | 22 | 55 |
| Binary | 10000110 | 1011111 | 1011101 | 0 | 11101 | 11111 | 101111 | 11 | 10010 | 101101 |
Color Harmonies of #865F5D
Complementary color
Monochromatic Colors of #865F5D
Black with #865F5D
Text Example
Text Example
White with #865F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F5D; }
p { color: rgb(134,95,93); }
H1.HeaderClassName
{
color: #865F5D;
}
.AnyTagClassName
{
color: #865F5D;
}
</style>
background-color css
<style>
a { background-color: #865F5D; }
a { background-color: rgb(134,95,93); }
div.DivClassName
{
background-color: #865F5D;
}
.BgClassName
{
background-color: #865F5D;
}
</style>
border-color css
<style>
span { border-color: #865F5D; }
span { border-color: rgb(134,95,93); }
td.TdClassName
{
border-color: #865F5D;
}
.TagClassName
{
border-color: #865F5D;
}
</style>