Shades of Roman Coffee #81664B
Tints of Roman Coffee #81664B
RGB
CMYK
RGB Variations
Color information
#81664B (or 0x81664B) is known color: Roman Coffee. HEX triplet: 81, 66 and 4B. RGB value is (129,102,75). Sum of RGB (Red+Green+Blue) = 129+102+75=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #81664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81664B is #7E99B4. Grayscale: #6B6B6B. Windows color (decimal): -8296885 or 4941441. OLE color: 4941441.
HSL color Cylindrical-coordinate representation of color #81664B: hue angle of 30º 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 #81664B is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 75 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.49 |
| HSL | 30º | 0.26% | 0.4% | - |
| HSV(B) | 30º | 0.42% | 0.51% | - |
| XYZ | 15.07 | 14.68 | 8.7 | - |
| YUV | 107 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 75 | 0 | 0.21 | 0.42 | 0.49 | 30 | 0.26 | 0.4 |
| Hex | 81 | 66 | 4B | 0 | 15 | 2A | 31 | 1E | 1A | 28 |
| Octal | 201 | 146 | 113 | 0 | 25 | 52 | 61 | 36 | 32 | 50 |
| Binary | 10000001 | 1100110 | 1001011 | 0 | 10101 | 101010 | 110001 | 11110 | 11010 | 101000 |
Color Harmonies of #81664B
Complementary color
Monochromatic Colors of #81664B
Black with #81664B
Text Example
Text Example
White with #81664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81664B; }
p { color: rgb(129,102,75); }
H1.HeaderClassName
{
color: #81664B;
}
.AnyTagClassName
{
color: #81664B;
}
</style>
background-color css
<style>
a { background-color: #81664B; }
a { background-color: rgb(129,102,75); }
div.DivClassName
{
background-color: #81664B;
}
.BgClassName
{
background-color: #81664B;
}
</style>
border-color css
<style>
span { border-color: #81664B; }
span { border-color: rgb(129,102,75); }
td.TdClassName
{
border-color: #81664B;
}
.TagClassName
{
border-color: #81664B;
}
</style>