Shades of Coffee #706655
Tints of Coffee #706655
RGB
CMYK
RGB Variations
Color information
#706655 (or 0x706655) is known color: Coffee. HEX triplet: 70, 66 and 55. RGB value is (112,102,85). Sum of RGB (Red+Green+Blue) = 112+102+85=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #706655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706655 is #8F99AA. Grayscale: #676767. Windows color (decimal): -9410987 or 5596784. OLE color: 5596784.
HSL color Cylindrical-coordinate representation of color #706655: hue angle of 37.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706655 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 85 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.56 |
| HSL | 37.78º | 0.14% | 0.39% | - |
| HSV(B) | 37.78º | 0.24% | 0.44% | - |
| XYZ | 13.07 | 13.6 | 10.53 | - |
| YUV | 103.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 85 | 0 | 0.09 | 0.24 | 0.56 | 37.78 | 0.14 | 0.39 |
| Hex | 70 | 66 | 55 | 0 | 9 | 18 | 38 | 26 | E | 27 |
| Octal | 160 | 146 | 125 | 0 | 11 | 30 | 70 | 46 | 16 | 47 |
| Binary | 1110000 | 1100110 | 1010101 | 0 | 1001 | 11000 | 111000 | 100110 | 1110 | 100111 |
Color Harmonies of #706655
Complementary color
Monochromatic Colors of #706655
Black with #706655
Text Example
Text Example
White with #706655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706655; }
p { color: rgb(112,102,85); }
H1.HeaderClassName
{
color: #706655;
}
.AnyTagClassName
{
color: #706655;
}
</style>
background-color css
<style>
a { background-color: #706655; }
a { background-color: rgb(112,102,85); }
div.DivClassName
{
background-color: #706655;
}
.BgClassName
{
background-color: #706655;
}
</style>
border-color css
<style>
span { border-color: #706655; }
span { border-color: rgb(112,102,85); }
td.TdClassName
{
border-color: #706655;
}
.TagClassName
{
border-color: #706655;
}
</style>