Shades of Light Wood #865E5D
Tints of Light Wood #865E5D
RGB
CMYK
RGB Variations
Color information
#865E5D (or 0x865E5D) is known color: Light Wood. HEX triplet: 86, 5E and 5D. RGB value is (134,94,93). Sum of RGB (Red+Green+Blue) = 134+94+93=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #865E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E5D is #79A1A2. Grayscale: #696969. Windows color (decimal): -7971235 or 6119046. OLE color: 6119046.
HSL color Cylindrical-coordinate representation of color #865E5D: hue angle of 1.46º 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 #865E5D is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 93 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.47 |
| HSL | 1.46º | 0.18% | 0.45% | - |
| HSV(B) | 1.46º | 0.31% | 0.53% | - |
| XYZ | 15.81 | 13.86 | 12.2 | - |
| YUV | 105.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 93 | 0 | 0.30 | 0.31 | 0.47 | 1.46 | 0.18 | 0.45 |
| Hex | 86 | 5E | 5D | 0 | 1E | 1F | 2F | 1 | 12 | 2D |
| Octal | 206 | 136 | 135 | 0 | 36 | 37 | 57 | 1 | 22 | 55 |
| Binary | 10000110 | 1011110 | 1011101 | 0 | 11110 | 11111 | 101111 | 1 | 10010 | 101101 |
Color Harmonies of #865E5D
Complementary color
Monochromatic Colors of #865E5D
Black with #865E5D
Text Example
Text Example
White with #865E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E5D; }
p { color: rgb(134,94,93); }
H1.HeaderClassName
{
color: #865E5D;
}
.AnyTagClassName
{
color: #865E5D;
}
</style>
background-color css
<style>
a { background-color: #865E5D; }
a { background-color: rgb(134,94,93); }
div.DivClassName
{
background-color: #865E5D;
}
.BgClassName
{
background-color: #865E5D;
}
</style>
border-color css
<style>
span { border-color: #865E5D; }
span { border-color: rgb(134,94,93); }
td.TdClassName
{
border-color: #865E5D;
}
.TagClassName
{
border-color: #865E5D;
}
</style>