Shades of Roman Coffee #816B5D
Tints of Roman Coffee #816B5D
RGB
CMYK
RGB Variations
Color information
#816B5D (or 0x816B5D) is known color: Roman Coffee. HEX triplet: 81, 6B and 5D. RGB value is (129,107,93). Sum of RGB (Red+Green+Blue) = 129+107+93=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #816B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B5D is #7E94A2. Grayscale: #707070. Windows color (decimal): -8295587 or 6122369. OLE color: 6122369.
HSL color Cylindrical-coordinate representation of color #816B5D: hue angle of 23.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #816B5D is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 107 | 93 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.49 |
| HSL | 23.33º | 0.16% | 0.44% | - |
| HSV(B) | 23.33º | 0.28% | 0.51% | - |
| XYZ | 16.29 | 15.97 | 12.58 | - |
| YUV | 111.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 93 | 0 | 0.17 | 0.28 | 0.49 | 23.33 | 0.16 | 0.44 |
| Hex | 81 | 6B | 5D | 0 | 11 | 1C | 31 | 17 | 10 | 2C |
| Octal | 201 | 153 | 135 | 0 | 21 | 34 | 61 | 27 | 20 | 54 |
| Binary | 10000001 | 1101011 | 1011101 | 0 | 10001 | 11100 | 110001 | 10111 | 10000 | 101100 |
Color Harmonies of #816B5D
Complementary color
Monochromatic Colors of #816B5D
Black with #816B5D
Text Example
Text Example
White with #816B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B5D; }
p { color: rgb(129,107,93); }
H1.HeaderClassName
{
color: #816B5D;
}
.AnyTagClassName
{
color: #816B5D;
}
</style>
background-color css
<style>
a { background-color: #816B5D; }
a { background-color: rgb(129,107,93); }
div.DivClassName
{
background-color: #816B5D;
}
.BgClassName
{
background-color: #816B5D;
}
</style>
border-color css
<style>
span { border-color: #816B5D; }
span { border-color: rgb(129,107,93); }
td.TdClassName
{
border-color: #816B5D;
}
.TagClassName
{
border-color: #816B5D;
}
</style>