Shades of Light Wood #86605E
Tints of Light Wood #86605E
RGB
CMYK
RGB Variations
Color information
#86605E (or 0x86605E) is known color: Light Wood. HEX triplet: 86, 60 and 5E. RGB value is (134,96,94). Sum of RGB (Red+Green+Blue) = 134+96+94=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #86605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86605E is #799FA1. Grayscale: #6B6B6B. Windows color (decimal): -7970722 or 6185094. OLE color: 6185094.
HSL color Cylindrical-coordinate representation of color #86605E: hue angle of 3º 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 #86605E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 94 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.47 |
| HSL | 3º | 0.18% | 0.45% | - |
| HSV(B) | 3º | 0.3% | 0.53% | - |
| XYZ | 16.03 | 14.24 | 12.49 | - |
| YUV | 107.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 94 | 0 | 0.28 | 0.30 | 0.47 | 3 | 0.18 | 0.45 |
| Hex | 86 | 60 | 5E | 0 | 1C | 1E | 2F | 3 | 12 | 2D |
| Octal | 206 | 140 | 136 | 0 | 34 | 36 | 57 | 3 | 22 | 55 |
| Binary | 10000110 | 1100000 | 1011110 | 0 | 11100 | 11110 | 101111 | 11 | 10010 | 101101 |
Color Harmonies of #86605E
Complementary color
Monochromatic Colors of #86605E
Black with #86605E
Text Example
Text Example
White with #86605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86605E; }
p { color: rgb(134,96,94); }
H1.HeaderClassName
{
color: #86605E;
}
.AnyTagClassName
{
color: #86605E;
}
</style>
background-color css
<style>
a { background-color: #86605E; }
a { background-color: rgb(134,96,94); }
div.DivClassName
{
background-color: #86605E;
}
.BgClassName
{
background-color: #86605E;
}
</style>
border-color css
<style>
span { border-color: #86605E; }
span { border-color: rgb(134,96,94); }
td.TdClassName
{
border-color: #86605E;
}
.TagClassName
{
border-color: #86605E;
}
</style>