Shades of Dark Wood #84644D
Tints of Dark Wood #84644D
RGB
CMYK
RGB Variations
Color information
#84644D (or 0x84644D) is known color: Dark Wood. HEX triplet: 84, 64 and 4D. RGB value is (132,100,77). Sum of RGB (Red+Green+Blue) = 132+100+77=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84644D is #7B9BB2. Grayscale: #6B6B6B. Windows color (decimal): -8100787 or 5072004. OLE color: 5072004.
HSL color Cylindrical-coordinate representation of color #84644D: hue angle of 25.09º degrees, saturation: 0.26, 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 #84644D is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 100 | 77 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.48 |
| HSL | 25.09º | 0.26% | 0.41% | - |
| HSV(B) | 25.09º | 0.42% | 0.52% | - |
| XYZ | 15.41 | 14.56 | 9.02 | - |
| YUV | 106.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 77 | 0 | 0.24 | 0.42 | 0.48 | 25.09 | 0.26 | 0.41 |
| Hex | 84 | 64 | 4D | 0 | 18 | 2A | 30 | 19 | 1A | 29 |
| Octal | 204 | 144 | 115 | 0 | 30 | 52 | 60 | 31 | 32 | 51 |
| Binary | 10000100 | 1100100 | 1001101 | 0 | 11000 | 101010 | 110000 | 11001 | 11010 | 101001 |
Color Harmonies of #84644D
Complementary color
Monochromatic Colors of #84644D
Black with #84644D
Text Example
Text Example
White with #84644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84644D; }
p { color: rgb(132,100,77); }
H1.HeaderClassName
{
color: #84644D;
}
.AnyTagClassName
{
color: #84644D;
}
</style>
background-color css
<style>
a { background-color: #84644D; }
a { background-color: rgb(132,100,77); }
div.DivClassName
{
background-color: #84644D;
}
.BgClassName
{
background-color: #84644D;
}
</style>
border-color css
<style>
span { border-color: #84644D; }
span { border-color: rgb(132,100,77); }
td.TdClassName
{
border-color: #84644D;
}
.TagClassName
{
border-color: #84644D;
}
</style>