Shades of Coffee #706653
Tints of Coffee #706653
RGB
CMYK
RGB Variations
Color information
#706653 (or 0x706653) is known color: Coffee. HEX triplet: 70, 66 and 53. RGB value is (112,102,83). Sum of RGB (Red+Green+Blue) = 112+102+83=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706653 is #8F99AC. Grayscale: #666666. Windows color (decimal): -9410989 or 5465712. OLE color: 5465712.
HSL color Cylindrical-coordinate representation of color #706653: hue angle of 39.31º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706653 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 83 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.56 |
| HSL | 39.31º | 0.15% | 0.38% | - |
| HSV(B) | 39.31º | 0.26% | 0.44% | - |
| XYZ | 12.99 | 13.57 | 10.12 | - |
| YUV | 102.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 83 | 0 | 0.09 | 0.26 | 0.56 | 39.31 | 0.15 | 0.38 |
| Hex | 70 | 66 | 53 | 0 | 9 | 1A | 38 | 27 | F | 26 |
| Octal | 160 | 146 | 123 | 0 | 11 | 32 | 70 | 47 | 17 | 46 |
| Binary | 1110000 | 1100110 | 1010011 | 0 | 1001 | 11010 | 111000 | 100111 | 1111 | 100110 |
Color Harmonies of #706653
Complementary color
Monochromatic Colors of #706653
Black with #706653
Text Example
Text Example
White with #706653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706653; }
p { color: rgb(112,102,83); }
H1.HeaderClassName
{
color: #706653;
}
.AnyTagClassName
{
color: #706653;
}
</style>
background-color css
<style>
a { background-color: #706653; }
a { background-color: rgb(112,102,83); }
div.DivClassName
{
background-color: #706653;
}
.BgClassName
{
background-color: #706653;
}
</style>
border-color css
<style>
span { border-color: #706653; }
span { border-color: rgb(112,102,83); }
td.TdClassName
{
border-color: #706653;
}
.TagClassName
{
border-color: #706653;
}
</style>