Shades of Dark Wood #865C46
Tints of Dark Wood #865C46
RGB
CMYK
RGB Variations
Color information
#865C46 (or 0x865C46) is known color: Dark Wood. HEX triplet: 86, 5C and 46. RGB value is (134,92,70). Sum of RGB (Red+Green+Blue) = 134+92+70=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #865C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C46 is #79A3B9. Grayscale: #666666. Windows color (decimal): -7971770 or 4611206. OLE color: 4611206.
HSL color Cylindrical-coordinate representation of color #865C46: hue angle of 20.62º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #865C46 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 70 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.47 |
| HSL | 20.63º | 0.31% | 0.4% | - |
| HSV(B) | 20.63º | 0.48% | 0.53% | - |
| XYZ | 14.76 | 13.16 | 7.56 | - |
| YUV | 102.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 70 | 0 | 0.31 | 0.48 | 0.47 | 20.63 | 0.31 | 0.4 |
| Hex | 86 | 5C | 46 | 0 | 1F | 30 | 2F | 15 | 1F | 28 |
| Octal | 206 | 134 | 106 | 0 | 37 | 60 | 57 | 25 | 37 | 50 |
| Binary | 10000110 | 1011100 | 1000110 | 0 | 11111 | 110000 | 101111 | 10101 | 11111 | 101000 |
Color Harmonies of #865C46
Complementary color
Monochromatic Colors of #865C46
Black with #865C46
Text Example
Text Example
White with #865C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C46; }
p { color: rgb(134,92,70); }
H1.HeaderClassName
{
color: #865C46;
}
.AnyTagClassName
{
color: #865C46;
}
</style>
background-color css
<style>
a { background-color: #865C46; }
a { background-color: rgb(134,92,70); }
div.DivClassName
{
background-color: #865C46;
}
.BgClassName
{
background-color: #865C46;
}
</style>
border-color css
<style>
span { border-color: #865C46; }
span { border-color: rgb(134,92,70); }
td.TdClassName
{
border-color: #865C46;
}
.TagClassName
{
border-color: #865C46;
}
</style>