Shades of Coffee #706350
Tints of Coffee #706350
RGB
CMYK
RGB Variations
Color information
#706350 (or 0x706350) is known color: Coffee. HEX triplet: 70, 63 and 50. RGB value is (112,99,80). Sum of RGB (Red+Green+Blue) = 112+99+80=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #706350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706350 is #8F9CAF. Grayscale: #646464. Windows color (decimal): -9411760 or 5268336. OLE color: 5268336.
HSL color Cylindrical-coordinate representation of color #706350: hue angle of 35.62º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #706350 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 80 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.56 |
| HSL | 35.63º | 0.17% | 0.38% | - |
| HSV(B) | 35.63º | 0.29% | 0.44% | - |
| XYZ | 12.59 | 12.95 | 9.42 | - |
| YUV | 100.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 80 | 0 | 0.12 | 0.29 | 0.56 | 35.63 | 0.17 | 0.38 |
| Hex | 70 | 63 | 50 | 0 | C | 1D | 38 | 24 | 11 | 26 |
| Octal | 160 | 143 | 120 | 0 | 14 | 35 | 70 | 44 | 21 | 46 |
| Binary | 1110000 | 1100011 | 1010000 | 0 | 1100 | 11101 | 111000 | 100100 | 10001 | 100110 |
Color Harmonies of #706350
Complementary color
Monochromatic Colors of #706350
Black with #706350
Text Example
Text Example
White with #706350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706350; }
p { color: rgb(112,99,80); }
H1.HeaderClassName
{
color: #706350;
}
.AnyTagClassName
{
color: #706350;
}
</style>
background-color css
<style>
a { background-color: #706350; }
a { background-color: rgb(112,99,80); }
div.DivClassName
{
background-color: #706350;
}
.BgClassName
{
background-color: #706350;
}
</style>
border-color css
<style>
span { border-color: #706350; }
span { border-color: rgb(112,99,80); }
td.TdClassName
{
border-color: #706350;
}
.TagClassName
{
border-color: #706350;
}
</style>