Shades of Roman Coffee #816A58
Tints of Roman Coffee #816A58
RGB
CMYK
RGB Variations
Color information
#816A58 (or 0x816A58) is known color: Roman Coffee. HEX triplet: 81, 6A and 58. RGB value is (129,106,88). Sum of RGB (Red+Green+Blue) = 129+106+88=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #816A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A58 is #7E95A7. Grayscale: #6E6E6E. Windows color (decimal): -8295848 or 5794433. OLE color: 5794433.
HSL color Cylindrical-coordinate representation of color #816A58: hue angle of 26.34º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #816A58 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 106 | 88 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.49 |
| HSL | 26.34º | 0.19% | 0.43% | - |
| HSV(B) | 26.34º | 0.32% | 0.51% | - |
| XYZ | 15.97 | 15.68 | 11.42 | - |
| YUV | 110.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 88 | 0 | 0.18 | 0.32 | 0.49 | 26.34 | 0.19 | 0.43 |
| Hex | 81 | 6A | 58 | 0 | 12 | 20 | 31 | 1A | 13 | 2B |
| Octal | 201 | 152 | 130 | 0 | 22 | 40 | 61 | 32 | 23 | 53 |
| Binary | 10000001 | 1101010 | 1011000 | 0 | 10010 | 100000 | 110001 | 11010 | 10011 | 101011 |
Color Harmonies of #816A58
Complementary color
Monochromatic Colors of #816A58
Black with #816A58
Text Example
Text Example
White with #816A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816A58; }
p { color: rgb(129,106,88); }
H1.HeaderClassName
{
color: #816A58;
}
.AnyTagClassName
{
color: #816A58;
}
</style>
background-color css
<style>
a { background-color: #816A58; }
a { background-color: rgb(129,106,88); }
div.DivClassName
{
background-color: #816A58;
}
.BgClassName
{
background-color: #816A58;
}
</style>
border-color css
<style>
span { border-color: #816A58; }
span { border-color: rgb(129,106,88); }
td.TdClassName
{
border-color: #816A58;
}
.TagClassName
{
border-color: #816A58;
}
</style>