Shades of Coffee #706753
Tints of Coffee #706753
RGB
CMYK
RGB Variations
Color information
#706753 (or 0x706753) is known color: Coffee. HEX triplet: 70, 67 and 53. RGB value is (112,103,83). Sum of RGB (Red+Green+Blue) = 112+103+83=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #706753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706753 is #8F98AC. Grayscale: #676767. Windows color (decimal): -9410733 or 5465968. OLE color: 5465968.
HSL color Cylindrical-coordinate representation of color #706753: hue angle of 41.38º 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 #706753 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 83 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.56 |
| HSL | 41.38º | 0.15% | 0.38% | - |
| HSV(B) | 41.38º | 0.26% | 0.44% | - |
| XYZ | 13.09 | 13.77 | 10.15 | - |
| YUV | 103.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 83 | 0 | 0.08 | 0.26 | 0.56 | 41.38 | 0.15 | 0.38 |
| Hex | 70 | 67 | 53 | 0 | 8 | 1A | 38 | 29 | F | 26 |
| Octal | 160 | 147 | 123 | 0 | 10 | 32 | 70 | 51 | 17 | 46 |
| Binary | 1110000 | 1100111 | 1010011 | 0 | 1000 | 11010 | 111000 | 101001 | 1111 | 100110 |
Color Harmonies of #706753
Complementary color
Monochromatic Colors of #706753
Black with #706753
Text Example
Text Example
White with #706753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706753; }
p { color: rgb(112,103,83); }
H1.HeaderClassName
{
color: #706753;
}
.AnyTagClassName
{
color: #706753;
}
</style>
background-color css
<style>
a { background-color: #706753; }
a { background-color: rgb(112,103,83); }
div.DivClassName
{
background-color: #706753;
}
.BgClassName
{
background-color: #706753;
}
</style>
border-color css
<style>
span { border-color: #706753; }
span { border-color: rgb(112,103,83); }
td.TdClassName
{
border-color: #706753;
}
.TagClassName
{
border-color: #706753;
}
</style>