Shades of Coffee #706654
Tints of Coffee #706654
RGB
CMYK
RGB Variations
Color information
#706654 (or 0x706654) is known color: Coffee. HEX triplet: 70, 66 and 54. RGB value is (112,102,84). Sum of RGB (Red+Green+Blue) = 112+102+84=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #706654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706654 is #8F99AB. Grayscale: #676767. Windows color (decimal): -9410988 or 5531248. OLE color: 5531248.
HSL color Cylindrical-coordinate representation of color #706654: hue angle of 38.57º 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 #706654 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 84 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.56 |
| HSL | 38.57º | 0.14% | 0.38% | - |
| HSV(B) | 38.57º | 0.25% | 0.44% | - |
| XYZ | 13.03 | 13.59 | 10.32 | - |
| YUV | 102.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 84 | 0 | 0.09 | 0.25 | 0.56 | 38.57 | 0.14 | 0.38 |
| Hex | 70 | 66 | 54 | 0 | 9 | 19 | 38 | 27 | E | 26 |
| Octal | 160 | 146 | 124 | 0 | 11 | 31 | 70 | 47 | 16 | 46 |
| Binary | 1110000 | 1100110 | 1010100 | 0 | 1001 | 11001 | 111000 | 100111 | 1110 | 100110 |
Color Harmonies of #706654
Complementary color
Monochromatic Colors of #706654
Black with #706654
Text Example
Text Example
White with #706654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706654; }
p { color: rgb(112,102,84); }
H1.HeaderClassName
{
color: #706654;
}
.AnyTagClassName
{
color: #706654;
}
</style>
background-color css
<style>
a { background-color: #706654; }
a { background-color: rgb(112,102,84); }
div.DivClassName
{
background-color: #706654;
}
.BgClassName
{
background-color: #706654;
}
</style>
border-color css
<style>
span { border-color: #706654; }
span { border-color: rgb(112,102,84); }
td.TdClassName
{
border-color: #706654;
}
.TagClassName
{
border-color: #706654;
}
</style>