Shades of Coffee #6E6451
Tints of Coffee #6E6451
RGB
CMYK
RGB Variations
Color information
#6E6451 (or 0x6E6451) is known color: Coffee. HEX triplet: 6E, 64 and 51. RGB value is (110,100,81). Sum of RGB (Red+Green+Blue) = 110+100+81=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6451 is #919BAE. Grayscale: #646464. Windows color (decimal): -9542575 or 5334126. OLE color: 5334126.
HSL color Cylindrical-coordinate representation of color #6E6451: hue angle of 39.31º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E6451 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 100 | 81 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.57 |
| HSL | 39.31º | 0.15% | 0.37% | - |
| HSV(B) | 39.31º | 0.26% | 0.43% | - |
| XYZ | 12.47 | 13.02 | 9.64 | - |
| YUV | 100.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 81 | 0 | 0.09 | 0.26 | 0.57 | 39.31 | 0.15 | 0.37 |
| Hex | 6E | 64 | 51 | 0 | 9 | 1A | 39 | 27 | F | 25 |
| Octal | 156 | 144 | 121 | 0 | 11 | 32 | 71 | 47 | 17 | 45 |
| Binary | 1101110 | 1100100 | 1010001 | 0 | 1001 | 11010 | 111001 | 100111 | 1111 | 100101 |
Color Harmonies of #6E6451
Complementary color
Monochromatic Colors of #6E6451
Black with #6E6451
Text Example
Text Example
White with #6E6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6451; }
p { color: rgb(110,100,81); }
H1.HeaderClassName
{
color: #6E6451;
}
.AnyTagClassName
{
color: #6E6451;
}
</style>
background-color css
<style>
a { background-color: #6E6451; }
a { background-color: rgb(110,100,81); }
div.DivClassName
{
background-color: #6E6451;
}
.BgClassName
{
background-color: #6E6451;
}
</style>
border-color css
<style>
span { border-color: #6E6451; }
span { border-color: rgb(110,100,81); }
td.TdClassName
{
border-color: #6E6451;
}
.TagClassName
{
border-color: #6E6451;
}
</style>