Shades of Coffee #70664F
Tints of Coffee #70664F
RGB
CMYK
RGB Variations
Color information
#70664F (or 0x70664F) is known color: Coffee. HEX triplet: 70, 66 and 4F. RGB value is (112,102,79). Sum of RGB (Red+Green+Blue) = 112+102+79=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #70664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70664F is #8F99B0. Grayscale: #666666. Windows color (decimal): -9410993 or 5203568. OLE color: 5203568.
HSL color Cylindrical-coordinate representation of color #70664F: hue angle of 41.82º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70664F is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 79 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.56 |
| HSL | 41.82º | 0.17% | 0.37% | - |
| HSV(B) | 41.82º | 0.29% | 0.44% | - |
| XYZ | 12.84 | 13.51 | 9.33 | - |
| YUV | 102.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 79 | 0 | 0.09 | 0.29 | 0.56 | 41.82 | 0.17 | 0.37 |
| Hex | 70 | 66 | 4F | 0 | 9 | 1D | 38 | 2A | 11 | 25 |
| Octal | 160 | 146 | 117 | 0 | 11 | 35 | 70 | 52 | 21 | 45 |
| Binary | 1110000 | 1100110 | 1001111 | 0 | 1001 | 11101 | 111000 | 101010 | 10001 | 100101 |
Color Harmonies of #70664F
Complementary color
Monochromatic Colors of #70664F
Black with #70664F
Text Example
Text Example
White with #70664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70664F; }
p { color: rgb(112,102,79); }
H1.HeaderClassName
{
color: #70664F;
}
.AnyTagClassName
{
color: #70664F;
}
</style>
background-color css
<style>
a { background-color: #70664F; }
a { background-color: rgb(112,102,79); }
div.DivClassName
{
background-color: #70664F;
}
.BgClassName
{
background-color: #70664F;
}
</style>
border-color css
<style>
span { border-color: #70664F; }
span { border-color: rgb(112,102,79); }
td.TdClassName
{
border-color: #70664F;
}
.TagClassName
{
border-color: #70664F;
}
</style>