Shades of Dark Wood #81644B
Tints of Dark Wood #81644B
RGB
CMYK
RGB Variations
Color information
#81644B (or 0x81644B) is known color: Dark Wood. HEX triplet: 81, 64 and 4B. RGB value is (129,100,75). Sum of RGB (Red+Green+Blue) = 129+100+75=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #81644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81644B is #7E9BB4. Grayscale: #696969. Windows color (decimal): -8297397 or 4940929. OLE color: 4940929.
HSL color Cylindrical-coordinate representation of color #81644B: hue angle of 27.78º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81644B is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 100 | 75 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.49 |
| HSL | 27.78º | 0.26% | 0.4% | - |
| HSV(B) | 27.78º | 0.42% | 0.51% | - |
| XYZ | 14.88 | 14.29 | 8.63 | - |
| YUV | 105.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 75 | 0 | 0.22 | 0.42 | 0.49 | 27.78 | 0.26 | 0.4 |
| Hex | 81 | 64 | 4B | 0 | 16 | 2A | 31 | 1C | 1A | 28 |
| Octal | 201 | 144 | 113 | 0 | 26 | 52 | 61 | 34 | 32 | 50 |
| Binary | 10000001 | 1100100 | 1001011 | 0 | 10110 | 101010 | 110001 | 11100 | 11010 | 101000 |
Color Harmonies of #81644B
Complementary color
Monochromatic Colors of #81644B
Black with #81644B
Text Example
Text Example
White with #81644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81644B; }
p { color: rgb(129,100,75); }
H1.HeaderClassName
{
color: #81644B;
}
.AnyTagClassName
{
color: #81644B;
}
</style>
background-color css
<style>
a { background-color: #81644B; }
a { background-color: rgb(129,100,75); }
div.DivClassName
{
background-color: #81644B;
}
.BgClassName
{
background-color: #81644B;
}
</style>
border-color css
<style>
span { border-color: #81644B; }
span { border-color: rgb(129,100,75); }
td.TdClassName
{
border-color: #81644B;
}
.TagClassName
{
border-color: #81644B;
}
</style>