Shades of Coffee #6E6550
Tints of Coffee #6E6550
RGB
CMYK
RGB Variations
Color information
#6E6550 (or 0x6E6550) is known color: Coffee. HEX triplet: 6E, 65 and 50. RGB value is (110,101,80). Sum of RGB (Red+Green+Blue) = 110+101+80=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6550 is #919AAF. Grayscale: #656565. Windows color (decimal): -9542320 or 5268846. OLE color: 5268846.
HSL color Cylindrical-coordinate representation of color #6E6550: hue angle of 42º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E6550 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 101 | 80 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.57 |
| HSL | 42º | 0.16% | 0.37% | - |
| HSV(B) | 42º | 0.27% | 0.43% | - |
| XYZ | 12.53 | 13.2 | 9.48 | - |
| YUV | 101.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 80 | 0 | 0.08 | 0.27 | 0.57 | 42 | 0.16 | 0.37 |
| Hex | 6E | 65 | 50 | 0 | 8 | 1B | 39 | 2A | 10 | 25 |
| Octal | 156 | 145 | 120 | 0 | 10 | 33 | 71 | 52 | 20 | 45 |
| Binary | 1101110 | 1100101 | 1010000 | 0 | 1000 | 11011 | 111001 | 101010 | 10000 | 100101 |
Color Harmonies of #6E6550
Complementary color
Monochromatic Colors of #6E6550
Black with #6E6550
Text Example
Text Example
White with #6E6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6550; }
p { color: rgb(110,101,80); }
H1.HeaderClassName
{
color: #6E6550;
}
.AnyTagClassName
{
color: #6E6550;
}
</style>
background-color css
<style>
a { background-color: #6E6550; }
a { background-color: rgb(110,101,80); }
div.DivClassName
{
background-color: #6E6550;
}
.BgClassName
{
background-color: #6E6550;
}
</style>
border-color css
<style>
span { border-color: #6E6550; }
span { border-color: rgb(110,101,80); }
td.TdClassName
{
border-color: #6E6550;
}
.TagClassName
{
border-color: #6E6550;
}
</style>