Shades of Coffee #6F6857
Tints of Coffee #6F6857
RGB
CMYK
RGB Variations
Color information
#6F6857 (or 0x6F6857) is known color: Coffee. HEX triplet: 6F, 68 and 57. RGB value is (111,104,87). Sum of RGB (Red+Green+Blue) = 111+104+87=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6857 is #9097A8. Grayscale: #686868. Windows color (decimal): -9476009 or 5728367. OLE color: 5728367.
HSL color Cylindrical-coordinate representation of color #6F6857: hue angle of 42.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F6857 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 87 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.56 |
| HSL | 42.5º | 0.12% | 0.39% | - |
| HSV(B) | 42.5º | 0.22% | 0.44% | - |
| XYZ | 13.23 | 13.97 | 11.02 | - |
| YUV | 104.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 87 | 0 | 0.06 | 0.22 | 0.56 | 42.5 | 0.12 | 0.39 |
| Hex | 6F | 68 | 57 | 0 | 6 | 16 | 38 | 2A | C | 27 |
| Octal | 157 | 150 | 127 | 0 | 6 | 26 | 70 | 52 | 14 | 47 |
| Binary | 1101111 | 1101000 | 1010111 | 0 | 110 | 10110 | 111000 | 101010 | 1100 | 100111 |
Color Harmonies of #6F6857
Complementary color
Monochromatic Colors of #6F6857
Black with #6F6857
Text Example
Text Example
White with #6F6857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6857; }
p { color: rgb(111,104,87); }
H1.HeaderClassName
{
color: #6F6857;
}
.AnyTagClassName
{
color: #6F6857;
}
</style>
background-color css
<style>
a { background-color: #6F6857; }
a { background-color: rgb(111,104,87); }
div.DivClassName
{
background-color: #6F6857;
}
.BgClassName
{
background-color: #6F6857;
}
</style>
border-color css
<style>
span { border-color: #6F6857; }
span { border-color: rgb(111,104,87); }
td.TdClassName
{
border-color: #6F6857;
}
.TagClassName
{
border-color: #6F6857;
}
</style>