Shades of Dark Wood #84604A
Tints of Dark Wood #84604A
RGB
CMYK
RGB Variations
Color information
#84604A (or 0x84604A) is known color: Dark Wood. HEX triplet: 84, 60 and 4A. RGB value is (132,96,74). Sum of RGB (Red+Green+Blue) = 132+96+74=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #84604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84604A is #7B9FB5. Grayscale: #686868. Windows color (decimal): -8101814 or 4874372. OLE color: 4874372.
HSL color Cylindrical-coordinate representation of color #84604A: hue angle of 22.76º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84604A is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 96 | 74 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.48 |
| HSL | 22.76º | 0.28% | 0.4% | - |
| HSV(B) | 22.76º | 0.44% | 0.52% | - |
| XYZ | 14.93 | 13.77 | 8.35 | - |
| YUV | 104.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 74 | 0 | 0.27 | 0.44 | 0.48 | 22.76 | 0.28 | 0.4 |
| Hex | 84 | 60 | 4A | 0 | 1B | 2C | 30 | 17 | 1C | 28 |
| Octal | 204 | 140 | 112 | 0 | 33 | 54 | 60 | 27 | 34 | 50 |
| Binary | 10000100 | 1100000 | 1001010 | 0 | 11011 | 101100 | 110000 | 10111 | 11100 | 101000 |
Color Harmonies of #84604A
Complementary color
Monochromatic Colors of #84604A
Black with #84604A
Text Example
Text Example
White with #84604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84604A; }
p { color: rgb(132,96,74); }
H1.HeaderClassName
{
color: #84604A;
}
.AnyTagClassName
{
color: #84604A;
}
</style>
background-color css
<style>
a { background-color: #84604A; }
a { background-color: rgb(132,96,74); }
div.DivClassName
{
background-color: #84604A;
}
.BgClassName
{
background-color: #84604A;
}
</style>
border-color css
<style>
span { border-color: #84604A; }
span { border-color: rgb(132,96,74); }
td.TdClassName
{
border-color: #84604A;
}
.TagClassName
{
border-color: #84604A;
}
</style>