Shades of Light Wood #865F5E
Tints of Light Wood #865F5E
RGB
CMYK
RGB Variations
Color information
#865F5E (or 0x865F5E) is known color: Light Wood. HEX triplet: 86, 5F and 5E. RGB value is (134,95,94). Sum of RGB (Red+Green+Blue) = 134+95+94=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #865F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F5E is #79A0A1. Grayscale: #6A6A6A. Windows color (decimal): -7970978 or 6184838. OLE color: 6184838.
HSL color Cylindrical-coordinate representation of color #865F5E: hue angle of 1.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865F5E is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 94 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.47 |
| HSL | 1.5º | 0.18% | 0.45% | - |
| HSV(B) | 1.5º | 0.3% | 0.53% | - |
| XYZ | 15.94 | 14.06 | 12.46 | - |
| YUV | 106.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 94 | 0 | 0.29 | 0.30 | 0.47 | 1.5 | 0.18 | 0.45 |
| Hex | 86 | 5F | 5E | 0 | 1D | 1E | 2F | 2 | 12 | 2D |
| Octal | 206 | 137 | 136 | 0 | 35 | 36 | 57 | 2 | 22 | 55 |
| Binary | 10000110 | 1011111 | 1011110 | 0 | 11101 | 11110 | 101111 | 10 | 10010 | 101101 |
Color Harmonies of #865F5E
Complementary color
Monochromatic Colors of #865F5E
Black with #865F5E
Text Example
Text Example
White with #865F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F5E; }
p { color: rgb(134,95,94); }
H1.HeaderClassName
{
color: #865F5E;
}
.AnyTagClassName
{
color: #865F5E;
}
</style>
background-color css
<style>
a { background-color: #865F5E; }
a { background-color: rgb(134,95,94); }
div.DivClassName
{
background-color: #865F5E;
}
.BgClassName
{
background-color: #865F5E;
}
</style>
border-color css
<style>
span { border-color: #865F5E; }
span { border-color: rgb(134,95,94); }
td.TdClassName
{
border-color: #865F5E;
}
.TagClassName
{
border-color: #865F5E;
}
</style>