Shades of Coffee #6F6753
Tints of Coffee #6F6753
RGB
CMYK
RGB Variations
Color information
#6F6753 (or 0x6F6753) is known color: Coffee. HEX triplet: 6F, 67 and 53. RGB value is (111,103,83). Sum of RGB (Red+Green+Blue) = 111+103+83=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6753 is #9098AC. Grayscale: #676767. Windows color (decimal): -9476269 or 5465967. OLE color: 5465967.
HSL color Cylindrical-coordinate representation of color #6F6753: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F6753 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 83 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.56 |
| HSL | 42.86º | 0.14% | 0.38% | - |
| HSV(B) | 42.86º | 0.25% | 0.44% | - |
| XYZ | 12.97 | 13.7 | 10.15 | - |
| YUV | 103.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 83 | 0 | 0.07 | 0.25 | 0.56 | 42.86 | 0.14 | 0.38 |
| Hex | 6F | 67 | 53 | 0 | 7 | 19 | 38 | 2B | E | 26 |
| Octal | 157 | 147 | 123 | 0 | 7 | 31 | 70 | 53 | 16 | 46 |
| Binary | 1101111 | 1100111 | 1010011 | 0 | 111 | 11001 | 111000 | 101011 | 1110 | 100110 |
Color Harmonies of #6F6753
Complementary color
Monochromatic Colors of #6F6753
Black with #6F6753
Text Example
Text Example
White with #6F6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6753; }
p { color: rgb(111,103,83); }
H1.HeaderClassName
{
color: #6F6753;
}
.AnyTagClassName
{
color: #6F6753;
}
</style>
background-color css
<style>
a { background-color: #6F6753; }
a { background-color: rgb(111,103,83); }
div.DivClassName
{
background-color: #6F6753;
}
.BgClassName
{
background-color: #6F6753;
}
</style>
border-color css
<style>
span { border-color: #6F6753; }
span { border-color: rgb(111,103,83); }
td.TdClassName
{
border-color: #6F6753;
}
.TagClassName
{
border-color: #6F6753;
}
</style>