Shades of Coffee #6F6658
Tints of Coffee #6F6658
RGB
CMYK
RGB Variations
Color information
#6F6658 (or 0x6F6658) is known color: Coffee. HEX triplet: 6F, 66 and 58. RGB value is (111,102,88). Sum of RGB (Red+Green+Blue) = 111+102+88=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6658 is #9099A7. Grayscale: #676767. Windows color (decimal): -9476520 or 5793391. OLE color: 5793391.
HSL color Cylindrical-coordinate representation of color #6F6658: hue angle of 36.52º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F6658 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 88 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.56 |
| HSL | 36.52º | 0.12% | 0.39% | - |
| HSV(B) | 36.52º | 0.21% | 0.44% | - |
| XYZ | 13.07 | 13.59 | 11.17 | - |
| YUV | 103.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 88 | 0 | 0.08 | 0.21 | 0.56 | 36.52 | 0.12 | 0.39 |
| Hex | 6F | 66 | 58 | 0 | 8 | 15 | 38 | 25 | C | 27 |
| Octal | 157 | 146 | 130 | 0 | 10 | 25 | 70 | 45 | 14 | 47 |
| Binary | 1101111 | 1100110 | 1011000 | 0 | 1000 | 10101 | 111000 | 100101 | 1100 | 100111 |
Color Harmonies of #6F6658
Complementary color
Monochromatic Colors of #6F6658
Black with #6F6658
Text Example
Text Example
White with #6F6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6658; }
p { color: rgb(111,102,88); }
H1.HeaderClassName
{
color: #6F6658;
}
.AnyTagClassName
{
color: #6F6658;
}
</style>
background-color css
<style>
a { background-color: #6F6658; }
a { background-color: rgb(111,102,88); }
div.DivClassName
{
background-color: #6F6658;
}
.BgClassName
{
background-color: #6F6658;
}
</style>
border-color css
<style>
span { border-color: #6F6658; }
span { border-color: rgb(111,102,88); }
td.TdClassName
{
border-color: #6F6658;
}
.TagClassName
{
border-color: #6F6658;
}
</style>