Shades of Roman Coffee #80684F
Tints of Roman Coffee #80684F
RGB
CMYK
RGB Variations
Color information
#80684F (or 0x80684F) is known color: Roman Coffee. HEX triplet: 80, 68 and 4F. RGB value is (128,104,79). Sum of RGB (Red+Green+Blue) = 128+104+79=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #80684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80684F is #7F97B0. Grayscale: #6C6C6C. Windows color (decimal): -8361905 or 5204096. OLE color: 5204096.
HSL color Cylindrical-coordinate representation of color #80684F: hue angle of 30.61º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80684F is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 79 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.50 |
| HSL | 30.61º | 0.24% | 0.41% | - |
| HSV(B) | 30.61º | 0.38% | 0.5% | - |
| XYZ | 15.26 | 15.05 | 9.5 | - |
| YUV | 108.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 79 | 0 | 0.19 | 0.38 | 0.50 | 30.61 | 0.24 | 0.41 |
| Hex | 80 | 68 | 4F | 0 | 13 | 26 | 32 | 1F | 18 | 29 |
| Octal | 200 | 150 | 117 | 0 | 23 | 46 | 62 | 37 | 30 | 51 |
| Binary | 10000000 | 1101000 | 1001111 | 0 | 10011 | 100110 | 110010 | 11111 | 11000 | 101001 |
Color Harmonies of #80684F
Complementary color
Monochromatic Colors of #80684F
Black with #80684F
Text Example
Text Example
White with #80684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80684F; }
p { color: rgb(128,104,79); }
H1.HeaderClassName
{
color: #80684F;
}
.AnyTagClassName
{
color: #80684F;
}
</style>
background-color css
<style>
a { background-color: #80684F; }
a { background-color: rgb(128,104,79); }
div.DivClassName
{
background-color: #80684F;
}
.BgClassName
{
background-color: #80684F;
}
</style>
border-color css
<style>
span { border-color: #80684F; }
span { border-color: rgb(128,104,79); }
td.TdClassName
{
border-color: #80684F;
}
.TagClassName
{
border-color: #80684F;
}
</style>