Shades of Roman Coffee #81664C
Tints of Roman Coffee #81664C
RGB
CMYK
RGB Variations
Color information
#81664C (or 0x81664C) is known color: Roman Coffee. HEX triplet: 81, 66 and 4C. RGB value is (129,102,76). Sum of RGB (Red+Green+Blue) = 129+102+76=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #81664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81664C is #7E99B3. Grayscale: #6B6B6B. Windows color (decimal): -8296884 or 5006977. OLE color: 5006977.
HSL color Cylindrical-coordinate representation of color #81664C: hue angle of 29.43º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81664C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 76 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.49 |
| HSL | 29.43º | 0.26% | 0.4% | - |
| HSV(B) | 29.43º | 0.41% | 0.51% | - |
| XYZ | 15.11 | 14.69 | 8.88 | - |
| YUV | 107.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 76 | 0 | 0.21 | 0.41 | 0.49 | 29.43 | 0.26 | 0.4 |
| Hex | 81 | 66 | 4C | 0 | 15 | 29 | 31 | 1D | 1A | 28 |
| Octal | 201 | 146 | 114 | 0 | 25 | 51 | 61 | 35 | 32 | 50 |
| Binary | 10000001 | 1100110 | 1001100 | 0 | 10101 | 101001 | 110001 | 11101 | 11010 | 101000 |
Color Harmonies of #81664C
Complementary color
Monochromatic Colors of #81664C
Black with #81664C
Text Example
Text Example
White with #81664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81664C; }
p { color: rgb(129,102,76); }
H1.HeaderClassName
{
color: #81664C;
}
.AnyTagClassName
{
color: #81664C;
}
</style>
background-color css
<style>
a { background-color: #81664C; }
a { background-color: rgb(129,102,76); }
div.DivClassName
{
background-color: #81664C;
}
.BgClassName
{
background-color: #81664C;
}
</style>
border-color css
<style>
span { border-color: #81664C; }
span { border-color: rgb(129,102,76); }
td.TdClassName
{
border-color: #81664C;
}
.TagClassName
{
border-color: #81664C;
}
</style>