Shades of Roman Coffee #81644D
Tints of Roman Coffee #81644D
RGB
CMYK
RGB Variations
Color information
#81644D (or 0x81644D) is known color: Roman Coffee. HEX triplet: 81, 64 and 4D. RGB value is (129,100,77). Sum of RGB (Red+Green+Blue) = 129+100+77=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #81644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81644D is #7E9BB2. Grayscale: #6A6A6A. Windows color (decimal): -8297395 or 5072001. OLE color: 5072001.
HSL color Cylindrical-coordinate representation of color #81644D: hue angle of 26.54º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81644D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 100 | 77 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.49 |
| HSL | 26.54º | 0.25% | 0.4% | - |
| HSV(B) | 26.54º | 0.4% | 0.51% | - |
| XYZ | 14.95 | 14.32 | 9 | - |
| YUV | 106.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 77 | 0 | 0.22 | 0.40 | 0.49 | 26.54 | 0.25 | 0.4 |
| Hex | 81 | 64 | 4D | 0 | 16 | 28 | 31 | 1B | 19 | 28 |
| Octal | 201 | 144 | 115 | 0 | 26 | 50 | 61 | 33 | 31 | 50 |
| Binary | 10000001 | 1100100 | 1001101 | 0 | 10110 | 101000 | 110001 | 11011 | 11001 | 101000 |
Color Harmonies of #81644D
Complementary color
Monochromatic Colors of #81644D
Black with #81644D
Text Example
Text Example
White with #81644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81644D; }
p { color: rgb(129,100,77); }
H1.HeaderClassName
{
color: #81644D;
}
.AnyTagClassName
{
color: #81644D;
}
</style>
background-color css
<style>
a { background-color: #81644D; }
a { background-color: rgb(129,100,77); }
div.DivClassName
{
background-color: #81644D;
}
.BgClassName
{
background-color: #81644D;
}
</style>
border-color css
<style>
span { border-color: #81644D; }
span { border-color: rgb(129,100,77); }
td.TdClassName
{
border-color: #81644D;
}
.TagClassName
{
border-color: #81644D;
}
</style>