Shades of Coffee #6F6554
Tints of Coffee #6F6554
RGB
CMYK
RGB Variations
Color information
#6F6554 (or 0x6F6554) is known color: Coffee. HEX triplet: 6F, 65 and 54. RGB value is (111,101,84). Sum of RGB (Red+Green+Blue) = 111+101+84=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6554 is #909AAB. Grayscale: #666666. Windows color (decimal): -9476780 or 5530991. OLE color: 5530991.
HSL color Cylindrical-coordinate representation of color #6F6554: hue angle of 37.78º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F6554 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 84 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.56 |
| HSL | 37.78º | 0.14% | 0.38% | - |
| HSV(B) | 37.78º | 0.24% | 0.44% | - |
| XYZ | 12.81 | 13.33 | 10.28 | - |
| YUV | 102.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 84 | 0 | 0.09 | 0.24 | 0.56 | 37.78 | 0.14 | 0.38 |
| Hex | 6F | 65 | 54 | 0 | 9 | 18 | 38 | 26 | E | 26 |
| Octal | 157 | 145 | 124 | 0 | 11 | 30 | 70 | 46 | 16 | 46 |
| Binary | 1101111 | 1100101 | 1010100 | 0 | 1001 | 11000 | 111000 | 100110 | 1110 | 100110 |
Color Harmonies of #6F6554
Complementary color
Monochromatic Colors of #6F6554
Black with #6F6554
Text Example
Text Example
White with #6F6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6554; }
p { color: rgb(111,101,84); }
H1.HeaderClassName
{
color: #6F6554;
}
.AnyTagClassName
{
color: #6F6554;
}
</style>
background-color css
<style>
a { background-color: #6F6554; }
a { background-color: rgb(111,101,84); }
div.DivClassName
{
background-color: #6F6554;
}
.BgClassName
{
background-color: #6F6554;
}
</style>
border-color css
<style>
span { border-color: #6F6554; }
span { border-color: rgb(111,101,84); }
td.TdClassName
{
border-color: #6F6554;
}
.TagClassName
{
border-color: #6F6554;
}
</style>