Shades of Roman Coffee #81695B
Tints of Roman Coffee #81695B
RGB
CMYK
RGB Variations
Color information
#81695B (or 0x81695B) is known color: Roman Coffee. HEX triplet: 81, 69 and 5B. RGB value is (129,105,91). Sum of RGB (Red+Green+Blue) = 129+105+91=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #81695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81695B is #7E96A4. Grayscale: #6E6E6E. Windows color (decimal): -8296101 or 5990785. OLE color: 5990785.
HSL color Cylindrical-coordinate representation of color #81695B: hue angle of 22.11º 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 #81695B is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 105 | 91 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.49 |
| HSL | 22.11º | 0.17% | 0.43% | - |
| HSV(B) | 22.11º | 0.29% | 0.51% | - |
| XYZ | 15.99 | 15.53 | 12.05 | - |
| YUV | 110.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 91 | 0 | 0.19 | 0.29 | 0.49 | 22.11 | 0.17 | 0.43 |
| Hex | 81 | 69 | 5B | 0 | 13 | 1D | 31 | 16 | 11 | 2B |
| Octal | 201 | 151 | 133 | 0 | 23 | 35 | 61 | 26 | 21 | 53 |
| Binary | 10000001 | 1101001 | 1011011 | 0 | 10011 | 11101 | 110001 | 10110 | 10001 | 101011 |
Color Harmonies of #81695B
Complementary color
Monochromatic Colors of #81695B
Black with #81695B
Text Example
Text Example
White with #81695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81695B; }
p { color: rgb(129,105,91); }
H1.HeaderClassName
{
color: #81695B;
}
.AnyTagClassName
{
color: #81695B;
}
</style>
background-color css
<style>
a { background-color: #81695B; }
a { background-color: rgb(129,105,91); }
div.DivClassName
{
background-color: #81695B;
}
.BgClassName
{
background-color: #81695B;
}
</style>
border-color css
<style>
span { border-color: #81695B; }
span { border-color: rgb(129,105,91); }
td.TdClassName
{
border-color: #81695B;
}
.TagClassName
{
border-color: #81695B;
}
</style>