Shades of Roman Coffee #80634C
Tints of Roman Coffee #80634C
RGB
CMYK
RGB Variations
Color information
#80634C (or 0x80634C) is known color: Roman Coffee. HEX triplet: 80, 63 and 4C. RGB value is (128,99,76). Sum of RGB (Red+Green+Blue) = 128+99+76=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #80634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80634C is #7F9CB3. Grayscale: #696969. Windows color (decimal): -8363188 or 5006208. OLE color: 5006208.
HSL color Cylindrical-coordinate representation of color #80634C: hue angle of 26.54º 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 #80634C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 99 | 76 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.50 |
| HSL | 26.54º | 0.25% | 0.4% | - |
| HSV(B) | 26.54º | 0.41% | 0.5% | - |
| XYZ | 14.67 | 14.03 | 8.77 | - |
| YUV | 105.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 76 | 0 | 0.23 | 0.41 | 0.50 | 26.54 | 0.25 | 0.4 |
| Hex | 80 | 63 | 4C | 0 | 17 | 29 | 32 | 1B | 19 | 28 |
| Octal | 200 | 143 | 114 | 0 | 27 | 51 | 62 | 33 | 31 | 50 |
| Binary | 10000000 | 1100011 | 1001100 | 0 | 10111 | 101001 | 110010 | 11011 | 11001 | 101000 |
Color Harmonies of #80634C
Complementary color
Monochromatic Colors of #80634C
Black with #80634C
Text Example
Text Example
White with #80634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80634C; }
p { color: rgb(128,99,76); }
H1.HeaderClassName
{
color: #80634C;
}
.AnyTagClassName
{
color: #80634C;
}
</style>
background-color css
<style>
a { background-color: #80634C; }
a { background-color: rgb(128,99,76); }
div.DivClassName
{
background-color: #80634C;
}
.BgClassName
{
background-color: #80634C;
}
</style>
border-color css
<style>
span { border-color: #80634C; }
span { border-color: rgb(128,99,76); }
td.TdClassName
{
border-color: #80634C;
}
.TagClassName
{
border-color: #80634C;
}
</style>