Shades of Coffee #706759
Tints of Coffee #706759
RGB
CMYK
RGB Variations
Color information
#706759 (or 0x706759) is known color: Coffee. HEX triplet: 70, 67 and 59. RGB value is (112,103,89). Sum of RGB (Red+Green+Blue) = 112+103+89=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #706759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706759 is #8F98A6. Grayscale: #686868. Windows color (decimal): -9410727 or 5859184. OLE color: 5859184.
HSL color Cylindrical-coordinate representation of color #706759: hue angle of 36.52º degrees, saturation: 0.11, 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 #706759 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 89 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.56 |
| HSL | 36.52º | 0.11% | 0.39% | - |
| HSV(B) | 36.52º | 0.21% | 0.44% | - |
| XYZ | 13.34 | 13.87 | 11.42 | - |
| YUV | 104.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 89 | 0 | 0.08 | 0.21 | 0.56 | 36.52 | 0.11 | 0.39 |
| Hex | 70 | 67 | 59 | 0 | 8 | 15 | 38 | 25 | B | 27 |
| Octal | 160 | 147 | 131 | 0 | 10 | 25 | 70 | 45 | 13 | 47 |
| Binary | 1110000 | 1100111 | 1011001 | 0 | 1000 | 10101 | 111000 | 100101 | 1011 | 100111 |
Color Harmonies of #706759
Complementary color
Monochromatic Colors of #706759
Black with #706759
Text Example
Text Example
White with #706759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706759; }
p { color: rgb(112,103,89); }
H1.HeaderClassName
{
color: #706759;
}
.AnyTagClassName
{
color: #706759;
}
</style>
background-color css
<style>
a { background-color: #706759; }
a { background-color: rgb(112,103,89); }
div.DivClassName
{
background-color: #706759;
}
.BgClassName
{
background-color: #706759;
}
</style>
border-color css
<style>
span { border-color: #706759; }
span { border-color: rgb(112,103,89); }
td.TdClassName
{
border-color: #706759;
}
.TagClassName
{
border-color: #706759;
}
</style>