Shades of Dark Wood #865C44
Tints of Dark Wood #865C44
RGB
CMYK
RGB Variations
Color information
#865C44 (or 0x865C44) is known color: Dark Wood. HEX triplet: 86, 5C and 44. RGB value is (134,92,68). Sum of RGB (Red+Green+Blue) = 134+92+68=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #865C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C44 is #79A3BB. Grayscale: #656565. Windows color (decimal): -7971772 or 4480134. OLE color: 4480134.
HSL color Cylindrical-coordinate representation of color #865C44: hue angle of 21.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #865C44 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 68 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.47 |
| HSL | 21.82º | 0.33% | 0.4% | - |
| HSV(B) | 21.82º | 0.49% | 0.53% | - |
| XYZ | 14.7 | 13.14 | 7.23 | - |
| YUV | 101.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 68 | 0 | 0.31 | 0.49 | 0.47 | 21.82 | 0.33 | 0.4 |
| Hex | 86 | 5C | 44 | 0 | 1F | 31 | 2F | 16 | 21 | 28 |
| Octal | 206 | 134 | 104 | 0 | 37 | 61 | 57 | 26 | 41 | 50 |
| Binary | 10000110 | 1011100 | 1000100 | 0 | 11111 | 110001 | 101111 | 10110 | 100001 | 101000 |
Color Harmonies of #865C44
Complementary color
Monochromatic Colors of #865C44
Black with #865C44
Text Example
Text Example
White with #865C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C44; }
p { color: rgb(134,92,68); }
H1.HeaderClassName
{
color: #865C44;
}
.AnyTagClassName
{
color: #865C44;
}
</style>
background-color css
<style>
a { background-color: #865C44; }
a { background-color: rgb(134,92,68); }
div.DivClassName
{
background-color: #865C44;
}
.BgClassName
{
background-color: #865C44;
}
</style>
border-color css
<style>
span { border-color: #865C44; }
span { border-color: rgb(134,92,68); }
td.TdClassName
{
border-color: #865C44;
}
.TagClassName
{
border-color: #865C44;
}
</style>