Shades of Coffee #6E6758
Tints of Coffee #6E6758
RGB
CMYK
RGB Variations
Color information
#6E6758 (or 0x6E6758) is known color: Coffee. HEX triplet: 6E, 67 and 58. RGB value is (110,103,88). Sum of RGB (Red+Green+Blue) = 110+103+88=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6758 is #9198A7. Grayscale: #676767. Windows color (decimal): -9541800 or 5793646. OLE color: 5793646.
HSL color Cylindrical-coordinate representation of color #6E6758: hue angle of 40.91º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E6758 is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 88 | - |
| CMYK | 0 | 0.06 | 0.2 | 0.57 |
| HSL | 40.91º | 0.11% | 0.39% | - |
| HSV(B) | 40.91º | 0.2% | 0.43% | - |
| XYZ | 13.04 | 13.72 | 11.19 | - |
| YUV | 103.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 88 | 0 | 0.06 | 0.2 | 0.57 | 40.91 | 0.11 | 0.39 |
| Hex | 6E | 67 | 58 | 0 | 6 | 14 | 39 | 29 | B | 27 |
| Octal | 156 | 147 | 130 | 0 | 6 | 24 | 71 | 51 | 13 | 47 |
| Binary | 1101110 | 1100111 | 1011000 | 0 | 110 | 10100 | 111001 | 101001 | 1011 | 100111 |
Color Harmonies of #6E6758
Complementary color
Monochromatic Colors of #6E6758
Black with #6E6758
Text Example
Text Example
White with #6E6758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6758; }
p { color: rgb(110,103,88); }
H1.HeaderClassName
{
color: #6E6758;
}
.AnyTagClassName
{
color: #6E6758;
}
</style>
background-color css
<style>
a { background-color: #6E6758; }
a { background-color: rgb(110,103,88); }
div.DivClassName
{
background-color: #6E6758;
}
.BgClassName
{
background-color: #6E6758;
}
</style>
border-color css
<style>
span { border-color: #6E6758; }
span { border-color: rgb(110,103,88); }
td.TdClassName
{
border-color: #6E6758;
}
.TagClassName
{
border-color: #6E6758;
}
</style>