Shades of Coffee #6F695D
Tints of Coffee #6F695D
RGB
CMYK
RGB Variations
Color information
#6F695D (or 0x6F695D) is known color: Coffee. HEX triplet: 6F, 69 and 5D. RGB value is (111,105,93). Sum of RGB (Red+Green+Blue) = 111+105+93=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F695D is #9096A2. Grayscale: #696969. Windows color (decimal): -9475747 or 6121839. OLE color: 6121839.
HSL color Cylindrical-coordinate representation of color #6F695D: hue angle of 40º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F695D is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 93 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.56 |
| HSL | 40º | 0.09% | 0.4% | - |
| HSV(B) | 40º | 0.16% | 0.44% | - |
| XYZ | 13.58 | 14.27 | 12.39 | - |
| YUV | 105.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 93 | 0 | 0.05 | 0.16 | 0.56 | 40 | 0.09 | 0.4 |
| Hex | 6F | 69 | 5D | 0 | 5 | 10 | 38 | 28 | 9 | 28 |
| Octal | 157 | 151 | 135 | 0 | 5 | 20 | 70 | 50 | 11 | 50 |
| Binary | 1101111 | 1101001 | 1011101 | 0 | 101 | 10000 | 111000 | 101000 | 1001 | 101000 |
Color Harmonies of #6F695D
Complementary color
Monochromatic Colors of #6F695D
Black with #6F695D
Text Example
Text Example
White with #6F695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F695D; }
p { color: rgb(111,105,93); }
H1.HeaderClassName
{
color: #6F695D;
}
.AnyTagClassName
{
color: #6F695D;
}
</style>
background-color css
<style>
a { background-color: #6F695D; }
a { background-color: rgb(111,105,93); }
div.DivClassName
{
background-color: #6F695D;
}
.BgClassName
{
background-color: #6F695D;
}
</style>
border-color css
<style>
span { border-color: #6F695D; }
span { border-color: rgb(111,105,93); }
td.TdClassName
{
border-color: #6F695D;
}
.TagClassName
{
border-color: #6F695D;
}
</style>