Shades of Coffee #6F6856
Tints of Coffee #6F6856
RGB
CMYK
RGB Variations
Color information
#6F6856 (or 0x6F6856) is known color: Coffee. HEX triplet: 6F, 68 and 56. RGB value is (111,104,86). Sum of RGB (Red+Green+Blue) = 111+104+86=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6856 is #9097A9. Grayscale: #686868. Windows color (decimal): -9476010 or 5662831. OLE color: 5662831.
HSL color Cylindrical-coordinate representation of color #6F6856: hue angle of 43.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6856 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 86 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.56 |
| HSL | 43.2º | 0.13% | 0.39% | - |
| HSV(B) | 43.2º | 0.23% | 0.44% | - |
| XYZ | 13.19 | 13.95 | 10.8 | - |
| YUV | 104.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 86 | 0 | 0.06 | 0.23 | 0.56 | 43.2 | 0.13 | 0.39 |
| Hex | 6F | 68 | 56 | 0 | 6 | 17 | 38 | 2B | D | 27 |
| Octal | 157 | 150 | 126 | 0 | 6 | 27 | 70 | 53 | 15 | 47 |
| Binary | 1101111 | 1101000 | 1010110 | 0 | 110 | 10111 | 111000 | 101011 | 1101 | 100111 |
Color Harmonies of #6F6856
Complementary color
Monochromatic Colors of #6F6856
Black with #6F6856
Text Example
Text Example
White with #6F6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6856; }
p { color: rgb(111,104,86); }
H1.HeaderClassName
{
color: #6F6856;
}
.AnyTagClassName
{
color: #6F6856;
}
</style>
background-color css
<style>
a { background-color: #6F6856; }
a { background-color: rgb(111,104,86); }
div.DivClassName
{
background-color: #6F6856;
}
.BgClassName
{
background-color: #6F6856;
}
</style>
border-color css
<style>
span { border-color: #6F6856; }
span { border-color: rgb(111,104,86); }
td.TdClassName
{
border-color: #6F6856;
}
.TagClassName
{
border-color: #6F6856;
}
</style>