Shades of Coffee #6F6655
Tints of Coffee #6F6655
RGB
CMYK
RGB Variations
Color information
#6F6655 (or 0x6F6655) is known color: Coffee. HEX triplet: 6F, 66 and 55. RGB value is (111,102,85). Sum of RGB (Red+Green+Blue) = 111+102+85=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6655 is #9099AA. Grayscale: #666666. Windows color (decimal): -9476523 or 5596783. OLE color: 5596783.
HSL color Cylindrical-coordinate representation of color #6F6655: hue angle of 39.23º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6655 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 85 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.56 |
| HSL | 39.23º | 0.13% | 0.38% | - |
| HSV(B) | 39.23º | 0.23% | 0.44% | - |
| XYZ | 12.95 | 13.54 | 10.53 | - |
| YUV | 102.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 85 | 0 | 0.08 | 0.23 | 0.56 | 39.23 | 0.13 | 0.38 |
| Hex | 6F | 66 | 55 | 0 | 8 | 17 | 38 | 27 | D | 26 |
| Octal | 157 | 146 | 125 | 0 | 10 | 27 | 70 | 47 | 15 | 46 |
| Binary | 1101111 | 1100110 | 1010101 | 0 | 1000 | 10111 | 111000 | 100111 | 1101 | 100110 |
Color Harmonies of #6F6655
Complementary color
Monochromatic Colors of #6F6655
Black with #6F6655
Text Example
Text Example
White with #6F6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6655; }
p { color: rgb(111,102,85); }
H1.HeaderClassName
{
color: #6F6655;
}
.AnyTagClassName
{
color: #6F6655;
}
</style>
background-color css
<style>
a { background-color: #6F6655; }
a { background-color: rgb(111,102,85); }
div.DivClassName
{
background-color: #6F6655;
}
.BgClassName
{
background-color: #6F6655;
}
</style>
border-color css
<style>
span { border-color: #6F6655; }
span { border-color: rgb(111,102,85); }
td.TdClassName
{
border-color: #6F6655;
}
.TagClassName
{
border-color: #6F6655;
}
</style>