Shades of Roman Coffee #806450
Tints of Roman Coffee #806450
RGB
CMYK
RGB Variations
Color information
#806450 (or 0x806450) is known color: Roman Coffee. HEX triplet: 80, 64 and 50. RGB value is (128,100,80). Sum of RGB (Red+Green+Blue) = 128+100+80=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #806450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806450 is #7F9BAF. Grayscale: #6A6A6A. Windows color (decimal): -8362928 or 5268608. OLE color: 5268608.
HSL color Cylindrical-coordinate representation of color #806450: hue angle of 25º degrees, saturation: 0.23, 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 #806450 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 80 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.50 |
| HSL | 25º | 0.23% | 0.41% | - |
| HSV(B) | 25º | 0.38% | 0.5% | - |
| XYZ | 14.91 | 14.28 | 9.56 | - |
| YUV | 106.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 80 | 0 | 0.22 | 0.38 | 0.50 | 25 | 0.23 | 0.41 |
| Hex | 80 | 64 | 50 | 0 | 16 | 26 | 32 | 19 | 17 | 29 |
| Octal | 200 | 144 | 120 | 0 | 26 | 46 | 62 | 31 | 27 | 51 |
| Binary | 10000000 | 1100100 | 1010000 | 0 | 10110 | 100110 | 110010 | 11001 | 10111 | 101001 |
Color Harmonies of #806450
Complementary color
Monochromatic Colors of #806450
Black with #806450
Text Example
Text Example
White with #806450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806450; }
p { color: rgb(128,100,80); }
H1.HeaderClassName
{
color: #806450;
}
.AnyTagClassName
{
color: #806450;
}
</style>
background-color css
<style>
a { background-color: #806450; }
a { background-color: rgb(128,100,80); }
div.DivClassName
{
background-color: #806450;
}
.BgClassName
{
background-color: #806450;
}
</style>
border-color css
<style>
span { border-color: #806450; }
span { border-color: rgb(128,100,80); }
td.TdClassName
{
border-color: #806450;
}
.TagClassName
{
border-color: #806450;
}
</style>