Shades of Roman Coffee #80695B
Tints of Roman Coffee #80695B
RGB
CMYK
RGB Variations
Color information
#80695B (or 0x80695B) is known color: Roman Coffee. HEX triplet: 80, 69 and 5B. RGB value is (128,105,91). Sum of RGB (Red+Green+Blue) = 128+105+91=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #80695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80695B is #7F96A4. Grayscale: #6E6E6E. Windows color (decimal): -8361637 or 5990784. OLE color: 5990784.
HSL color Cylindrical-coordinate representation of color #80695B: hue angle of 22.7º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80695B is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 105 | 91 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.50 |
| HSL | 22.7º | 0.17% | 0.43% | - |
| HSV(B) | 22.7º | 0.29% | 0.5% | - |
| XYZ | 15.84 | 15.45 | 12.04 | - |
| YUV | 110.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 91 | 0 | 0.18 | 0.29 | 0.50 | 22.7 | 0.17 | 0.43 |
| Hex | 80 | 69 | 5B | 0 | 12 | 1D | 32 | 17 | 11 | 2B |
| Octal | 200 | 151 | 133 | 0 | 22 | 35 | 62 | 27 | 21 | 53 |
| Binary | 10000000 | 1101001 | 1011011 | 0 | 10010 | 11101 | 110010 | 10111 | 10001 | 101011 |
Color Harmonies of #80695B
Complementary color
Monochromatic Colors of #80695B
Black with #80695B
Text Example
Text Example
White with #80695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80695B; }
p { color: rgb(128,105,91); }
H1.HeaderClassName
{
color: #80695B;
}
.AnyTagClassName
{
color: #80695B;
}
</style>
background-color css
<style>
a { background-color: #80695B; }
a { background-color: rgb(128,105,91); }
div.DivClassName
{
background-color: #80695B;
}
.BgClassName
{
background-color: #80695B;
}
</style>
border-color css
<style>
span { border-color: #80695B; }
span { border-color: rgb(128,105,91); }
td.TdClassName
{
border-color: #80695B;
}
.TagClassName
{
border-color: #80695B;
}
</style>