Shades of Coffee #6F685C
Tints of Coffee #6F685C
RGB
CMYK
RGB Variations
Color information
#6F685C (or 0x6F685C) is known color: Coffee. HEX triplet: 6F, 68 and 5C. RGB value is (111,104,92). Sum of RGB (Red+Green+Blue) = 111+104+92=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F685C is #9097A3. Grayscale: #686868. Windows color (decimal): -9476004 or 6056047. OLE color: 6056047.
HSL color Cylindrical-coordinate representation of color #6F685C: hue angle of 37.89º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F685C is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 92 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.56 |
| HSL | 37.89º | 0.09% | 0.4% | - |
| HSV(B) | 37.89º | 0.17% | 0.44% | - |
| XYZ | 13.44 | 14.05 | 12.13 | - |
| YUV | 104.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 92 | 0 | 0.06 | 0.17 | 0.56 | 37.89 | 0.09 | 0.4 |
| Hex | 6F | 68 | 5C | 0 | 6 | 11 | 38 | 26 | 9 | 28 |
| Octal | 157 | 150 | 134 | 0 | 6 | 21 | 70 | 46 | 11 | 50 |
| Binary | 1101111 | 1101000 | 1011100 | 0 | 110 | 10001 | 111000 | 100110 | 1001 | 101000 |
Color Harmonies of #6F685C
Complementary color
Monochromatic Colors of #6F685C
Black with #6F685C
Text Example
Text Example
White with #6F685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F685C; }
p { color: rgb(111,104,92); }
H1.HeaderClassName
{
color: #6F685C;
}
.AnyTagClassName
{
color: #6F685C;
}
</style>
background-color css
<style>
a { background-color: #6F685C; }
a { background-color: rgb(111,104,92); }
div.DivClassName
{
background-color: #6F685C;
}
.BgClassName
{
background-color: #6F685C;
}
</style>
border-color css
<style>
span { border-color: #6F685C; }
span { border-color: rgb(111,104,92); }
td.TdClassName
{
border-color: #6F685C;
}
.TagClassName
{
border-color: #6F685C;
}
</style>