Shades of Coffee #706651
Tints of Coffee #706651
RGB
CMYK
RGB Variations
Color information
#706651 (or 0x706651) is known color: Coffee. HEX triplet: 70, 66 and 51. RGB value is (112,102,81). Sum of RGB (Red+Green+Blue) = 112+102+81=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706651 is #8F99AE. Grayscale: #666666. Windows color (decimal): -9410991 or 5334640. OLE color: 5334640.
HSL color Cylindrical-coordinate representation of color #706651: hue angle of 40.65º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #706651 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 81 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.56 |
| HSL | 40.65º | 0.16% | 0.38% | - |
| HSV(B) | 40.65º | 0.28% | 0.44% | - |
| XYZ | 12.92 | 13.54 | 9.72 | - |
| YUV | 102.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 81 | 0 | 0.09 | 0.28 | 0.56 | 40.65 | 0.16 | 0.38 |
| Hex | 70 | 66 | 51 | 0 | 9 | 1C | 38 | 29 | 10 | 26 |
| Octal | 160 | 146 | 121 | 0 | 11 | 34 | 70 | 51 | 20 | 46 |
| Binary | 1110000 | 1100110 | 1010001 | 0 | 1001 | 11100 | 111000 | 101001 | 10000 | 100110 |
Color Harmonies of #706651
Complementary color
Monochromatic Colors of #706651
Black with #706651
Text Example
Text Example
White with #706651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706651; }
p { color: rgb(112,102,81); }
H1.HeaderClassName
{
color: #706651;
}
.AnyTagClassName
{
color: #706651;
}
</style>
background-color css
<style>
a { background-color: #706651; }
a { background-color: rgb(112,102,81); }
div.DivClassName
{
background-color: #706651;
}
.BgClassName
{
background-color: #706651;
}
</style>
border-color css
<style>
span { border-color: #706651; }
span { border-color: rgb(112,102,81); }
td.TdClassName
{
border-color: #706651;
}
.TagClassName
{
border-color: #706651;
}
</style>