Shades of Dark Wood #84644C
Tints of Dark Wood #84644C
RGB
CMYK
RGB Variations
Color information
#84644C (or 0x84644C) is known color: Dark Wood. HEX triplet: 84, 64 and 4C. RGB value is (132,100,76). Sum of RGB (Red+Green+Blue) = 132+100+76=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84644C is #7B9BB3. Grayscale: #6A6A6A. Windows color (decimal): -8100788 or 5006468. OLE color: 5006468.
HSL color Cylindrical-coordinate representation of color #84644C: hue angle of 25.71º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84644C is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 100 | 76 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.48 |
| HSL | 25.71º | 0.27% | 0.41% | - |
| HSV(B) | 25.71º | 0.42% | 0.52% | - |
| XYZ | 15.38 | 14.54 | 8.83 | - |
| YUV | 106.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 76 | 0 | 0.24 | 0.42 | 0.48 | 25.71 | 0.27 | 0.41 |
| Hex | 84 | 64 | 4C | 0 | 18 | 2A | 30 | 1A | 1B | 29 |
| Octal | 204 | 144 | 114 | 0 | 30 | 52 | 60 | 32 | 33 | 51 |
| Binary | 10000100 | 1100100 | 1001100 | 0 | 11000 | 101010 | 110000 | 11010 | 11011 | 101001 |
Color Harmonies of #84644C
Complementary color
Monochromatic Colors of #84644C
Black with #84644C
Text Example
Text Example
White with #84644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84644C; }
p { color: rgb(132,100,76); }
H1.HeaderClassName
{
color: #84644C;
}
.AnyTagClassName
{
color: #84644C;
}
</style>
background-color css
<style>
a { background-color: #84644C; }
a { background-color: rgb(132,100,76); }
div.DivClassName
{
background-color: #84644C;
}
.BgClassName
{
background-color: #84644C;
}
</style>
border-color css
<style>
span { border-color: #84644C; }
span { border-color: rgb(132,100,76); }
td.TdClassName
{
border-color: #84644C;
}
.TagClassName
{
border-color: #84644C;
}
</style>