Shades of Dark Wood #86644C
Tints of Dark Wood #86644C
RGB
CMYK
RGB Variations
Color information
#86644C (or 0x86644C) is known color: Dark Wood. HEX triplet: 86, 64 and 4C. RGB value is (134,100,76). Sum of RGB (Red+Green+Blue) = 134+100+76=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86644C is #799BB3. Grayscale: #6B6B6B. Windows color (decimal): -7969716 or 5006470. OLE color: 5006470.
HSL color Cylindrical-coordinate representation of color #86644C: hue angle of 24.83º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86644C is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 76 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.47 |
| HSL | 24.83º | 0.28% | 0.41% | - |
| HSV(B) | 24.83º | 0.43% | 0.53% | - |
| XYZ | 15.69 | 14.7 | 8.85 | - |
| YUV | 107.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 76 | 0 | 0.25 | 0.43 | 0.47 | 24.83 | 0.28 | 0.41 |
| Hex | 86 | 64 | 4C | 0 | 19 | 2B | 2F | 19 | 1C | 29 |
| Octal | 206 | 144 | 114 | 0 | 31 | 53 | 57 | 31 | 34 | 51 |
| Binary | 10000110 | 1100100 | 1001100 | 0 | 11001 | 101011 | 101111 | 11001 | 11100 | 101001 |
Color Harmonies of #86644C
Complementary color
Monochromatic Colors of #86644C
Black with #86644C
Text Example
Text Example
White with #86644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86644C; }
p { color: rgb(134,100,76); }
H1.HeaderClassName
{
color: #86644C;
}
.AnyTagClassName
{
color: #86644C;
}
</style>
background-color css
<style>
a { background-color: #86644C; }
a { background-color: rgb(134,100,76); }
div.DivClassName
{
background-color: #86644C;
}
.BgClassName
{
background-color: #86644C;
}
</style>
border-color css
<style>
span { border-color: #86644C; }
span { border-color: rgb(134,100,76); }
td.TdClassName
{
border-color: #86644C;
}
.TagClassName
{
border-color: #86644C;
}
</style>