Shades of Coffee #6E6454
Tints of Coffee #6E6454
RGB
CMYK
RGB Variations
Color information
#6E6454 (or 0x6E6454) is known color: Coffee. HEX triplet: 6E, 64 and 54. RGB value is (110,100,84). Sum of RGB (Red+Green+Blue) = 110+100+84=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6454 is #919BAB. Grayscale: #656565. Windows color (decimal): -9542572 or 5530734. OLE color: 5530734.
HSL color Cylindrical-coordinate representation of color #6E6454: hue angle of 36.92º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E6454 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 100 | 84 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.57 |
| HSL | 36.92º | 0.13% | 0.38% | - |
| HSV(B) | 36.92º | 0.24% | 0.43% | - |
| XYZ | 12.59 | 13.07 | 10.25 | - |
| YUV | 101.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 84 | 0 | 0.09 | 0.24 | 0.57 | 36.92 | 0.13 | 0.38 |
| Hex | 6E | 64 | 54 | 0 | 9 | 18 | 39 | 25 | D | 26 |
| Octal | 156 | 144 | 124 | 0 | 11 | 30 | 71 | 45 | 15 | 46 |
| Binary | 1101110 | 1100100 | 1010100 | 0 | 1001 | 11000 | 111001 | 100101 | 1101 | 100110 |
Color Harmonies of #6E6454
Complementary color
Monochromatic Colors of #6E6454
Black with #6E6454
Text Example
Text Example
White with #6E6454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6454; }
p { color: rgb(110,100,84); }
H1.HeaderClassName
{
color: #6E6454;
}
.AnyTagClassName
{
color: #6E6454;
}
</style>
background-color css
<style>
a { background-color: #6E6454; }
a { background-color: rgb(110,100,84); }
div.DivClassName
{
background-color: #6E6454;
}
.BgClassName
{
background-color: #6E6454;
}
</style>
border-color css
<style>
span { border-color: #6E6454; }
span { border-color: rgb(110,100,84); }
td.TdClassName
{
border-color: #6E6454;
}
.TagClassName
{
border-color: #6E6454;
}
</style>