Shades of Dark Wood #84614A
Tints of Dark Wood #84614A
RGB
CMYK
RGB Variations
Color information
#84614A (or 0x84614A) is known color: Dark Wood. HEX triplet: 84, 61 and 4A. RGB value is (132,97,74). Sum of RGB (Red+Green+Blue) = 132+97+74=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #84614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84614A is #7B9EB5. Grayscale: #686868. Windows color (decimal): -8101558 or 4874628. OLE color: 4874628.
HSL color Cylindrical-coordinate representation of color #84614A: hue angle of 23.79º 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 #84614A is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 97 | 74 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.48 |
| HSL | 23.79º | 0.28% | 0.4% | - |
| HSV(B) | 23.79º | 0.44% | 0.52% | - |
| XYZ | 15.03 | 13.95 | 8.38 | - |
| YUV | 104.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 74 | 0 | 0.27 | 0.44 | 0.48 | 23.79 | 0.28 | 0.4 |
| Hex | 84 | 61 | 4A | 0 | 1B | 2C | 30 | 18 | 1C | 28 |
| Octal | 204 | 141 | 112 | 0 | 33 | 54 | 60 | 30 | 34 | 50 |
| Binary | 10000100 | 1100001 | 1001010 | 0 | 11011 | 101100 | 110000 | 11000 | 11100 | 101000 |
Color Harmonies of #84614A
Complementary color
Monochromatic Colors of #84614A
Black with #84614A
Text Example
Text Example
White with #84614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84614A; }
p { color: rgb(132,97,74); }
H1.HeaderClassName
{
color: #84614A;
}
.AnyTagClassName
{
color: #84614A;
}
</style>
background-color css
<style>
a { background-color: #84614A; }
a { background-color: rgb(132,97,74); }
div.DivClassName
{
background-color: #84614A;
}
.BgClassName
{
background-color: #84614A;
}
</style>
border-color css
<style>
span { border-color: #84614A; }
span { border-color: rgb(132,97,74); }
td.TdClassName
{
border-color: #84614A;
}
.TagClassName
{
border-color: #84614A;
}
</style>