Shades of Coffee #6E6859
Tints of Coffee #6E6859
RGB
CMYK
RGB Variations
Color information
#6E6859 (or 0x6E6859) is known color: Coffee. HEX triplet: 6E, 68 and 59. RGB value is (110,104,89). Sum of RGB (Red+Green+Blue) = 110+104+89=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6859 is #9197A6. Grayscale: #686868. Windows color (decimal): -9541543 or 5859438. OLE color: 5859438.
HSL color Cylindrical-coordinate representation of color #6E6859: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E6859 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 104 | 89 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.57 |
| HSL | 42.86º | 0.11% | 0.39% | - |
| HSV(B) | 42.86º | 0.19% | 0.43% | - |
| XYZ | 13.18 | 13.94 | 11.45 | - |
| YUV | 104.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 89 | 0 | 0.05 | 0.19 | 0.57 | 42.86 | 0.11 | 0.39 |
| Hex | 6E | 68 | 59 | 0 | 5 | 13 | 39 | 2B | B | 27 |
| Octal | 156 | 150 | 131 | 0 | 5 | 23 | 71 | 53 | 13 | 47 |
| Binary | 1101110 | 1101000 | 1011001 | 0 | 101 | 10011 | 111001 | 101011 | 1011 | 100111 |
Color Harmonies of #6E6859
Complementary color
Monochromatic Colors of #6E6859
Black with #6E6859
Text Example
Text Example
White with #6E6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6859; }
p { color: rgb(110,104,89); }
H1.HeaderClassName
{
color: #6E6859;
}
.AnyTagClassName
{
color: #6E6859;
}
</style>
background-color css
<style>
a { background-color: #6E6859; }
a { background-color: rgb(110,104,89); }
div.DivClassName
{
background-color: #6E6859;
}
.BgClassName
{
background-color: #6E6859;
}
</style>
border-color css
<style>
span { border-color: #6E6859; }
span { border-color: rgb(110,104,89); }
td.TdClassName
{
border-color: #6E6859;
}
.TagClassName
{
border-color: #6E6859;
}
</style>