Shades of Dorado #70605B
Tints of Dorado #70605B
RGB
CMYK
RGB Variations
Color information
#70605B (or 0x70605B) is known color: Dorado. HEX triplet: 70, 60 and 5B. RGB value is (112,96,91). Sum of RGB (Red+Green+Blue) = 112+96+91=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #70605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70605B is #8F9FA4. Grayscale: #646464. Windows color (decimal): -9412517 or 5988464. OLE color: 5988464.
HSL color Cylindrical-coordinate representation of color #70605B: hue angle of 14.29º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70605B is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 91 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.56 |
| HSL | 14.29º | 0.1% | 0.4% | - |
| HSV(B) | 14.29º | 0.19% | 0.44% | - |
| XYZ | 12.75 | 12.57 | 11.65 | - |
| YUV | 100.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 91 | 0 | 0.14 | 0.19 | 0.56 | 14.29 | 0.1 | 0.4 |
| Hex | 70 | 60 | 5B | 0 | E | 13 | 38 | E | A | 28 |
| Octal | 160 | 140 | 133 | 0 | 16 | 23 | 70 | 16 | 12 | 50 |
| Binary | 1110000 | 1100000 | 1011011 | 0 | 1110 | 10011 | 111000 | 1110 | 1010 | 101000 |
Color Harmonies of #70605B
Complementary color
Monochromatic Colors of #70605B
Black with #70605B
Text Example
Text Example
White with #70605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70605B; }
p { color: rgb(112,96,91); }
H1.HeaderClassName
{
color: #70605B;
}
.AnyTagClassName
{
color: #70605B;
}
</style>
background-color css
<style>
a { background-color: #70605B; }
a { background-color: rgb(112,96,91); }
div.DivClassName
{
background-color: #70605B;
}
.BgClassName
{
background-color: #70605B;
}
</style>
border-color css
<style>
span { border-color: #70605B; }
span { border-color: rgb(112,96,91); }
td.TdClassName
{
border-color: #70605B;
}
.TagClassName
{
border-color: #70605B;
}
</style>