Shades of Coffee #706453
Tints of Coffee #706453
RGB
CMYK
RGB Variations
Color information
#706453 (or 0x706453) is known color: Coffee. HEX triplet: 70, 64 and 53. RGB value is (112,100,83). Sum of RGB (Red+Green+Blue) = 112+100+83=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706453 is #8F9BAC. Grayscale: #656565. Windows color (decimal): -9411501 or 5465200. OLE color: 5465200.
HSL color Cylindrical-coordinate representation of color #706453: hue angle of 35.17º 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 #706453 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 83 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.56 |
| HSL | 35.17º | 0.15% | 0.38% | - |
| HSV(B) | 35.17º | 0.26% | 0.44% | - |
| XYZ | 12.8 | 13.18 | 10.05 | - |
| YUV | 101.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 83 | 0 | 0.11 | 0.26 | 0.56 | 35.17 | 0.15 | 0.38 |
| Hex | 70 | 64 | 53 | 0 | B | 1A | 38 | 23 | F | 26 |
| Octal | 160 | 144 | 123 | 0 | 13 | 32 | 70 | 43 | 17 | 46 |
| Binary | 1110000 | 1100100 | 1010011 | 0 | 1011 | 11010 | 111000 | 100011 | 1111 | 100110 |
Color Harmonies of #706453
Complementary color
Monochromatic Colors of #706453
Black with #706453
Text Example
Text Example
White with #706453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706453; }
p { color: rgb(112,100,83); }
H1.HeaderClassName
{
color: #706453;
}
.AnyTagClassName
{
color: #706453;
}
</style>
background-color css
<style>
a { background-color: #706453; }
a { background-color: rgb(112,100,83); }
div.DivClassName
{
background-color: #706453;
}
.BgClassName
{
background-color: #706453;
}
</style>
border-color css
<style>
span { border-color: #706453; }
span { border-color: rgb(112,100,83); }
td.TdClassName
{
border-color: #706453;
}
.TagClassName
{
border-color: #706453;
}
</style>