Shades of Coffee #6F685A
Tints of Coffee #6F685A
RGB
CMYK
RGB Variations
Color information
#6F685A (or 0x6F685A) is known color: Coffee. HEX triplet: 6F, 68 and 5A. RGB value is (111,104,90). Sum of RGB (Red+Green+Blue) = 111+104+90=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F685A is #9097A5. Grayscale: #686868. Windows color (decimal): -9476006 or 5924975. OLE color: 5924975.
HSL color Cylindrical-coordinate representation of color #6F685A: hue angle of 40º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F685A is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 90 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.56 |
| HSL | 40º | 0.1% | 0.39% | - |
| HSV(B) | 40º | 0.19% | 0.44% | - |
| XYZ | 13.35 | 14.02 | 11.67 | - |
| YUV | 104.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 90 | 0 | 0.06 | 0.19 | 0.56 | 40 | 0.1 | 0.39 |
| Hex | 6F | 68 | 5A | 0 | 6 | 13 | 38 | 28 | A | 27 |
| Octal | 157 | 150 | 132 | 0 | 6 | 23 | 70 | 50 | 12 | 47 |
| Binary | 1101111 | 1101000 | 1011010 | 0 | 110 | 10011 | 111000 | 101000 | 1010 | 100111 |
Color Harmonies of #6F685A
Complementary color
Monochromatic Colors of #6F685A
Black with #6F685A
Text Example
Text Example
White with #6F685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F685A; }
p { color: rgb(111,104,90); }
H1.HeaderClassName
{
color: #6F685A;
}
.AnyTagClassName
{
color: #6F685A;
}
</style>
background-color css
<style>
a { background-color: #6F685A; }
a { background-color: rgb(111,104,90); }
div.DivClassName
{
background-color: #6F685A;
}
.BgClassName
{
background-color: #6F685A;
}
</style>
border-color css
<style>
span { border-color: #6F685A; }
span { border-color: rgb(111,104,90); }
td.TdClassName
{
border-color: #6F685A;
}
.TagClassName
{
border-color: #6F685A;
}
</style>