Shades of Dark Wood #81604A
Tints of Dark Wood #81604A
RGB
CMYK
RGB Variations
Color information
#81604A (or 0x81604A) is known color: Dark Wood. HEX triplet: 81, 60 and 4A. RGB value is (129,96,74). Sum of RGB (Red+Green+Blue) = 129+96+74=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #81604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81604A is #7E9FB5. Grayscale: #676767. Windows color (decimal): -8298422 or 4874369. OLE color: 4874369.
HSL color Cylindrical-coordinate representation of color #81604A: hue angle of 24º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81604A is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 96 | 74 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.49 |
| HSL | 24º | 0.27% | 0.4% | - |
| HSV(B) | 24º | 0.43% | 0.51% | - |
| XYZ | 14.47 | 13.53 | 8.33 | - |
| YUV | 103.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 96 | 74 | 0 | 0.26 | 0.43 | 0.49 | 24 | 0.27 | 0.4 |
| Hex | 81 | 60 | 4A | 0 | 1A | 2B | 31 | 18 | 1B | 28 |
| Octal | 201 | 140 | 112 | 0 | 32 | 53 | 61 | 30 | 33 | 50 |
| Binary | 10000001 | 1100000 | 1001010 | 0 | 11010 | 101011 | 110001 | 11000 | 11011 | 101000 |
Color Harmonies of #81604A
Complementary color
Monochromatic Colors of #81604A
Black with #81604A
Text Example
Text Example
White with #81604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81604A; }
p { color: rgb(129,96,74); }
H1.HeaderClassName
{
color: #81604A;
}
.AnyTagClassName
{
color: #81604A;
}
</style>
background-color css
<style>
a { background-color: #81604A; }
a { background-color: rgb(129,96,74); }
div.DivClassName
{
background-color: #81604A;
}
.BgClassName
{
background-color: #81604A;
}
</style>
border-color css
<style>
span { border-color: #81604A; }
span { border-color: rgb(129,96,74); }
td.TdClassName
{
border-color: #81604A;
}
.TagClassName
{
border-color: #81604A;
}
</style>