Shades of Coffee #6E6652
Tints of Coffee #6E6652
RGB
CMYK
RGB Variations
Color information
#6E6652 (or 0x6E6652) is known color: Coffee. HEX triplet: 6E, 66 and 52. RGB value is (110,102,82). Sum of RGB (Red+Green+Blue) = 110+102+82=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6652 is #9199AD. Grayscale: #666666. Windows color (decimal): -9542062 or 5400174. OLE color: 5400174.
HSL color Cylindrical-coordinate representation of color #6E6652: hue angle of 42.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E6652 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 82 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.57 |
| HSL | 42.86º | 0.15% | 0.38% | - |
| HSV(B) | 42.86º | 0.25% | 0.43% | - |
| XYZ | 12.7 | 13.43 | 9.9 | - |
| YUV | 102.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 82 | 0 | 0.07 | 0.25 | 0.57 | 42.86 | 0.15 | 0.38 |
| Hex | 6E | 66 | 52 | 0 | 7 | 19 | 39 | 2B | F | 26 |
| Octal | 156 | 146 | 122 | 0 | 7 | 31 | 71 | 53 | 17 | 46 |
| Binary | 1101110 | 1100110 | 1010010 | 0 | 111 | 11001 | 111001 | 101011 | 1111 | 100110 |
Color Harmonies of #6E6652
Complementary color
Monochromatic Colors of #6E6652
Black with #6E6652
Text Example
Text Example
White with #6E6652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6652; }
p { color: rgb(110,102,82); }
H1.HeaderClassName
{
color: #6E6652;
}
.AnyTagClassName
{
color: #6E6652;
}
</style>
background-color css
<style>
a { background-color: #6E6652; }
a { background-color: rgb(110,102,82); }
div.DivClassName
{
background-color: #6E6652;
}
.BgClassName
{
background-color: #6E6652;
}
</style>
border-color css
<style>
span { border-color: #6E6652; }
span { border-color: rgb(110,102,82); }
td.TdClassName
{
border-color: #6E6652;
}
.TagClassName
{
border-color: #6E6652;
}
</style>