Shades of Roman Coffee #81695A
Tints of Roman Coffee #81695A
RGB
CMYK
RGB Variations
Color information
#81695A (or 0x81695A) is known color: Roman Coffee. HEX triplet: 81, 69 and 5A. RGB value is (129,105,90). Sum of RGB (Red+Green+Blue) = 129+105+90=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #81695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81695A is #7E96A5. Grayscale: #6E6E6E. Windows color (decimal): -8296102 or 5925249. OLE color: 5925249.
HSL color Cylindrical-coordinate representation of color #81695A: hue angle of 23.08º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81695A is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 105 | 90 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.49 |
| HSL | 23.08º | 0.18% | 0.43% | - |
| HSV(B) | 23.08º | 0.3% | 0.51% | - |
| XYZ | 15.95 | 15.51 | 11.83 | - |
| YUV | 110.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 90 | 0 | 0.19 | 0.30 | 0.49 | 23.08 | 0.18 | 0.43 |
| Hex | 81 | 69 | 5A | 0 | 13 | 1E | 31 | 17 | 12 | 2B |
| Octal | 201 | 151 | 132 | 0 | 23 | 36 | 61 | 27 | 22 | 53 |
| Binary | 10000001 | 1101001 | 1011010 | 0 | 10011 | 11110 | 110001 | 10111 | 10010 | 101011 |
Color Harmonies of #81695A
Complementary color
Monochromatic Colors of #81695A
Black with #81695A
Text Example
Text Example
White with #81695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81695A; }
p { color: rgb(129,105,90); }
H1.HeaderClassName
{
color: #81695A;
}
.AnyTagClassName
{
color: #81695A;
}
</style>
background-color css
<style>
a { background-color: #81695A; }
a { background-color: rgb(129,105,90); }
div.DivClassName
{
background-color: #81695A;
}
.BgClassName
{
background-color: #81695A;
}
</style>
border-color css
<style>
span { border-color: #81695A; }
span { border-color: rgb(129,105,90); }
td.TdClassName
{
border-color: #81695A;
}
.TagClassName
{
border-color: #81695A;
}
</style>