Shades of Roman Coffee #81664D
Tints of Roman Coffee #81664D
RGB
CMYK
RGB Variations
Color information
#81664D (or 0x81664D) is known color: Roman Coffee. HEX triplet: 81, 66 and 4D. RGB value is (129,102,77). Sum of RGB (Red+Green+Blue) = 129+102+77=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81664D is #7E99B2. Grayscale: #6B6B6B. Windows color (decimal): -8296883 or 5072513. OLE color: 5072513.
HSL color Cylindrical-coordinate representation of color #81664D: hue angle of 28.85º 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 #81664D is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 77 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.49 |
| HSL | 28.85º | 0.25% | 0.4% | - |
| HSV(B) | 28.85º | 0.4% | 0.51% | - |
| XYZ | 15.14 | 14.71 | 9.06 | - |
| YUV | 107.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 77 | 0 | 0.21 | 0.40 | 0.49 | 28.85 | 0.25 | 0.4 |
| Hex | 81 | 66 | 4D | 0 | 15 | 28 | 31 | 1D | 19 | 28 |
| Octal | 201 | 146 | 115 | 0 | 25 | 50 | 61 | 35 | 31 | 50 |
| Binary | 10000001 | 1100110 | 1001101 | 0 | 10101 | 101000 | 110001 | 11101 | 11001 | 101000 |
Color Harmonies of #81664D
Complementary color
Monochromatic Colors of #81664D
Black with #81664D
Text Example
Text Example
White with #81664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81664D; }
p { color: rgb(129,102,77); }
H1.HeaderClassName
{
color: #81664D;
}
.AnyTagClassName
{
color: #81664D;
}
</style>
background-color css
<style>
a { background-color: #81664D; }
a { background-color: rgb(129,102,77); }
div.DivClassName
{
background-color: #81664D;
}
.BgClassName
{
background-color: #81664D;
}
</style>
border-color css
<style>
span { border-color: #81664D; }
span { border-color: rgb(129,102,77); }
td.TdClassName
{
border-color: #81664D;
}
.TagClassName
{
border-color: #81664D;
}
</style>