Shades of Dark Wood #81654A
Tints of Dark Wood #81654A
RGB
CMYK
RGB Variations
Color information
#81654A (or 0x81654A) is known color: Dark Wood. HEX triplet: 81, 65 and 4A. RGB value is (129,101,74). Sum of RGB (Red+Green+Blue) = 129+101+74=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #81654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81654A is #7E9AB5. Grayscale: #6A6A6A. Windows color (decimal): -8297142 or 4875649. OLE color: 4875649.
HSL color Cylindrical-coordinate representation of color #81654A: hue angle of 29.45º 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 #81654A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 101 | 74 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.49 |
| HSL | 29.45º | 0.27% | 0.4% | - |
| HSV(B) | 29.45º | 0.43% | 0.51% | - |
| XYZ | 14.94 | 14.47 | 8.48 | - |
| YUV | 106.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 74 | 0 | 0.22 | 0.43 | 0.49 | 29.45 | 0.27 | 0.4 |
| Hex | 81 | 65 | 4A | 0 | 16 | 2B | 31 | 1D | 1B | 28 |
| Octal | 201 | 145 | 112 | 0 | 26 | 53 | 61 | 35 | 33 | 50 |
| Binary | 10000001 | 1100101 | 1001010 | 0 | 10110 | 101011 | 110001 | 11101 | 11011 | 101000 |
Color Harmonies of #81654A
Complementary color
Monochromatic Colors of #81654A
Black with #81654A
Text Example
Text Example
White with #81654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81654A; }
p { color: rgb(129,101,74); }
H1.HeaderClassName
{
color: #81654A;
}
.AnyTagClassName
{
color: #81654A;
}
</style>
background-color css
<style>
a { background-color: #81654A; }
a { background-color: rgb(129,101,74); }
div.DivClassName
{
background-color: #81654A;
}
.BgClassName
{
background-color: #81654A;
}
</style>
border-color css
<style>
span { border-color: #81654A; }
span { border-color: rgb(129,101,74); }
td.TdClassName
{
border-color: #81654A;
}
.TagClassName
{
border-color: #81654A;
}
</style>