Shades of Roman Coffee #816A5C
Tints of Roman Coffee #816A5C
RGB
CMYK
RGB Variations
Color information
#816A5C (or 0x816A5C) is known color: Roman Coffee. HEX triplet: 81, 6A and 5C. RGB value is (129,106,92). Sum of RGB (Red+Green+Blue) = 129+106+92=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #816A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A5C is #7E95A3. Grayscale: #6F6F6F. Windows color (decimal): -8295844 or 6056577. OLE color: 6056577.
HSL color Cylindrical-coordinate representation of color #816A5C: hue angle of 22.7º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #816A5C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 106 | 92 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.49 |
| HSL | 22.7º | 0.17% | 0.43% | - |
| HSV(B) | 22.7º | 0.29% | 0.51% | - |
| XYZ | 16.14 | 15.75 | 12.31 | - |
| YUV | 111.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 92 | 0 | 0.18 | 0.29 | 0.49 | 22.7 | 0.17 | 0.43 |
| Hex | 81 | 6A | 5C | 0 | 12 | 1D | 31 | 17 | 11 | 2B |
| Octal | 201 | 152 | 134 | 0 | 22 | 35 | 61 | 27 | 21 | 53 |
| Binary | 10000001 | 1101010 | 1011100 | 0 | 10010 | 11101 | 110001 | 10111 | 10001 | 101011 |
Color Harmonies of #816A5C
Complementary color
Monochromatic Colors of #816A5C
Black with #816A5C
Text Example
Text Example
White with #816A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816A5C; }
p { color: rgb(129,106,92); }
H1.HeaderClassName
{
color: #816A5C;
}
.AnyTagClassName
{
color: #816A5C;
}
</style>
background-color css
<style>
a { background-color: #816A5C; }
a { background-color: rgb(129,106,92); }
div.DivClassName
{
background-color: #816A5C;
}
.BgClassName
{
background-color: #816A5C;
}
</style>
border-color css
<style>
span { border-color: #816A5C; }
span { border-color: rgb(129,106,92); }
td.TdClassName
{
border-color: #816A5C;
}
.TagClassName
{
border-color: #816A5C;
}
</style>