Shades of Coffee #6E6656
Tints of Coffee #6E6656
RGB
CMYK
RGB Variations
Color information
#6E6656 (or 0x6E6656) is known color: Coffee. HEX triplet: 6E, 66 and 56. RGB value is (110,102,86). Sum of RGB (Red+Green+Blue) = 110+102+86=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6656 is #9199A9. Grayscale: #666666. Windows color (decimal): -9542058 or 5662318. OLE color: 5662318.
HSL color Cylindrical-coordinate representation of color #6E6656: hue angle of 40º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E6656 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 86 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.57 |
| HSL | 40º | 0.12% | 0.38% | - |
| HSV(B) | 40º | 0.22% | 0.43% | - |
| XYZ | 12.86 | 13.49 | 10.73 | - |
| YUV | 102.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 86 | 0 | 0.07 | 0.22 | 0.57 | 40 | 0.12 | 0.38 |
| Hex | 6E | 66 | 56 | 0 | 7 | 16 | 39 | 28 | C | 26 |
| Octal | 156 | 146 | 126 | 0 | 7 | 26 | 71 | 50 | 14 | 46 |
| Binary | 1101110 | 1100110 | 1010110 | 0 | 111 | 10110 | 111001 | 101000 | 1100 | 100110 |
Color Harmonies of #6E6656
Complementary color
Monochromatic Colors of #6E6656
Black with #6E6656
Text Example
Text Example
White with #6E6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6656; }
p { color: rgb(110,102,86); }
H1.HeaderClassName
{
color: #6E6656;
}
.AnyTagClassName
{
color: #6E6656;
}
</style>
background-color css
<style>
a { background-color: #6E6656; }
a { background-color: rgb(110,102,86); }
div.DivClassName
{
background-color: #6E6656;
}
.BgClassName
{
background-color: #6E6656;
}
</style>
border-color css
<style>
span { border-color: #6E6656; }
span { border-color: rgb(110,102,86); }
td.TdClassName
{
border-color: #6E6656;
}
.TagClassName
{
border-color: #6E6656;
}
</style>