Shades of Dark Wood #84624A
Tints of Dark Wood #84624A
RGB
CMYK
RGB Variations
Color information
#84624A (or 0x84624A) is known color: Dark Wood. HEX triplet: 84, 62 and 4A. RGB value is (132,98,74). Sum of RGB (Red+Green+Blue) = 132+98+74=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #84624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84624A is #7B9DB5. Grayscale: #696969. Windows color (decimal): -8101302 or 4874884. OLE color: 4874884.
HSL color Cylindrical-coordinate representation of color #84624A: hue angle of 24.83º 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 #84624A is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 98 | 74 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.48 |
| HSL | 24.83º | 0.28% | 0.4% | - |
| HSV(B) | 24.83º | 0.44% | 0.52% | - |
| XYZ | 15.12 | 14.14 | 8.41 | - |
| YUV | 105.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 74 | 0 | 0.26 | 0.44 | 0.48 | 24.83 | 0.28 | 0.4 |
| Hex | 84 | 62 | 4A | 0 | 1A | 2C | 30 | 19 | 1C | 28 |
| Octal | 204 | 142 | 112 | 0 | 32 | 54 | 60 | 31 | 34 | 50 |
| Binary | 10000100 | 1100010 | 1001010 | 0 | 11010 | 101100 | 110000 | 11001 | 11100 | 101000 |
Color Harmonies of #84624A
Complementary color
Monochromatic Colors of #84624A
Black with #84624A
Text Example
Text Example
White with #84624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84624A; }
p { color: rgb(132,98,74); }
H1.HeaderClassName
{
color: #84624A;
}
.AnyTagClassName
{
color: #84624A;
}
</style>
background-color css
<style>
a { background-color: #84624A; }
a { background-color: rgb(132,98,74); }
div.DivClassName
{
background-color: #84624A;
}
.BgClassName
{
background-color: #84624A;
}
</style>
border-color css
<style>
span { border-color: #84624A; }
span { border-color: rgb(132,98,74); }
td.TdClassName
{
border-color: #84624A;
}
.TagClassName
{
border-color: #84624A;
}
</style>