Shades of Dorado #70635D
Tints of Dorado #70635D
RGB
CMYK
RGB Variations
Color information
#70635D (or 0x70635D) is known color: Dorado. HEX triplet: 70, 63 and 5D. RGB value is (112,99,93). Sum of RGB (Red+Green+Blue) = 112+99+93=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70635D is #8F9CA2. Grayscale: #666666. Windows color (decimal): -9411747 or 6120304. OLE color: 6120304.
HSL color Cylindrical-coordinate representation of color #70635D: hue angle of 18.95º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70635D is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 93 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.56 |
| HSL | 18.95º | 0.09% | 0.4% | - |
| HSV(B) | 18.95º | 0.17% | 0.44% | - |
| XYZ | 13.12 | 13.16 | 12.2 | - |
| YUV | 102.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 93 | 0 | 0.12 | 0.17 | 0.56 | 18.95 | 0.09 | 0.4 |
| Hex | 70 | 63 | 5D | 0 | C | 11 | 38 | 13 | 9 | 28 |
| Octal | 160 | 143 | 135 | 0 | 14 | 21 | 70 | 23 | 11 | 50 |
| Binary | 1110000 | 1100011 | 1011101 | 0 | 1100 | 10001 | 111000 | 10011 | 1001 | 101000 |
Color Harmonies of #70635D
Complementary color
Monochromatic Colors of #70635D
Black with #70635D
Text Example
Text Example
White with #70635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70635D; }
p { color: rgb(112,99,93); }
H1.HeaderClassName
{
color: #70635D;
}
.AnyTagClassName
{
color: #70635D;
}
</style>
background-color css
<style>
a { background-color: #70635D; }
a { background-color: rgb(112,99,93); }
div.DivClassName
{
background-color: #70635D;
}
.BgClassName
{
background-color: #70635D;
}
</style>
border-color css
<style>
span { border-color: #70635D; }
span { border-color: rgb(112,99,93); }
td.TdClassName
{
border-color: #70635D;
}
.TagClassName
{
border-color: #70635D;
}
</style>