Shades of Coffee #6E6757
Tints of Coffee #6E6757
RGB
CMYK
RGB Variations
Color information
#6E6757 (or 0x6E6757) is known color: Coffee. HEX triplet: 6E, 67 and 57. RGB value is (110,103,87). Sum of RGB (Red+Green+Blue) = 110+103+87=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6757 is #9198A8. Grayscale: #676767. Windows color (decimal): -9541801 or 5728110. OLE color: 5728110.
HSL color Cylindrical-coordinate representation of color #6E6757: hue angle of 41.74º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E6757 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 87 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.57 |
| HSL | 41.74º | 0.12% | 0.39% | - |
| HSV(B) | 41.74º | 0.21% | 0.43% | - |
| XYZ | 13 | 13.7 | 10.98 | - |
| YUV | 103.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 87 | 0 | 0.06 | 0.21 | 0.57 | 41.74 | 0.12 | 0.39 |
| Hex | 6E | 67 | 57 | 0 | 6 | 15 | 39 | 2A | C | 27 |
| Octal | 156 | 147 | 127 | 0 | 6 | 25 | 71 | 52 | 14 | 47 |
| Binary | 1101110 | 1100111 | 1010111 | 0 | 110 | 10101 | 111001 | 101010 | 1100 | 100111 |
Color Harmonies of #6E6757
Complementary color
Monochromatic Colors of #6E6757
Black with #6E6757
Text Example
Text Example
White with #6E6757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6757; }
p { color: rgb(110,103,87); }
H1.HeaderClassName
{
color: #6E6757;
}
.AnyTagClassName
{
color: #6E6757;
}
</style>
background-color css
<style>
a { background-color: #6E6757; }
a { background-color: rgb(110,103,87); }
div.DivClassName
{
background-color: #6E6757;
}
.BgClassName
{
background-color: #6E6757;
}
</style>
border-color css
<style>
span { border-color: #6E6757; }
span { border-color: rgb(110,103,87); }
td.TdClassName
{
border-color: #6E6757;
}
.TagClassName
{
border-color: #6E6757;
}
</style>