Shades of Roman Coffee #80644C
Tints of Roman Coffee #80644C
RGB
CMYK
RGB Variations
Color information
#80644C (or 0x80644C) is known color: Roman Coffee. HEX triplet: 80, 64 and 4C. RGB value is (128,100,76). Sum of RGB (Red+Green+Blue) = 128+100+76=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80644C is #7F9BB3. Grayscale: #696969. Windows color (decimal): -8362932 or 5006464. OLE color: 5006464.
HSL color Cylindrical-coordinate representation of color #80644C: hue angle of 27.69º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80644C is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 76 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.50 |
| HSL | 27.69º | 0.25% | 0.4% | - |
| HSV(B) | 27.69º | 0.41% | 0.5% | - |
| XYZ | 14.76 | 14.23 | 8.81 | - |
| YUV | 105.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 76 | 0 | 0.22 | 0.41 | 0.50 | 27.69 | 0.25 | 0.4 |
| Hex | 80 | 64 | 4C | 0 | 16 | 29 | 32 | 1C | 19 | 28 |
| Octal | 200 | 144 | 114 | 0 | 26 | 51 | 62 | 34 | 31 | 50 |
| Binary | 10000000 | 1100100 | 1001100 | 0 | 10110 | 101001 | 110010 | 11100 | 11001 | 101000 |
Color Harmonies of #80644C
Complementary color
Monochromatic Colors of #80644C
Black with #80644C
Text Example
Text Example
White with #80644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80644C; }
p { color: rgb(128,100,76); }
H1.HeaderClassName
{
color: #80644C;
}
.AnyTagClassName
{
color: #80644C;
}
</style>
background-color css
<style>
a { background-color: #80644C; }
a { background-color: rgb(128,100,76); }
div.DivClassName
{
background-color: #80644C;
}
.BgClassName
{
background-color: #80644C;
}
</style>
border-color css
<style>
span { border-color: #80644C; }
span { border-color: rgb(128,100,76); }
td.TdClassName
{
border-color: #80644C;
}
.TagClassName
{
border-color: #80644C;
}
</style>