Shades of Dorado #706259
Tints of Dorado #706259
RGB
CMYK
RGB Variations
Color information
#706259 (or 0x706259) is known color: Dorado. HEX triplet: 70, 62 and 59. RGB value is (112,98,89). Sum of RGB (Red+Green+Blue) = 112+98+89=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #706259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706259 is #8F9DA6. Grayscale: #656565. Windows color (decimal): -9412007 or 5857904. OLE color: 5857904.
HSL color Cylindrical-coordinate representation of color #706259: hue angle of 23.48º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706259 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 89 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.56 |
| HSL | 23.48º | 0.11% | 0.39% | - |
| HSV(B) | 23.48º | 0.21% | 0.44% | - |
| XYZ | 12.85 | 12.9 | 11.26 | - |
| YUV | 101.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 89 | 0 | 0.13 | 0.21 | 0.56 | 23.48 | 0.11 | 0.39 |
| Hex | 70 | 62 | 59 | 0 | D | 15 | 38 | 17 | B | 27 |
| Octal | 160 | 142 | 131 | 0 | 15 | 25 | 70 | 27 | 13 | 47 |
| Binary | 1110000 | 1100010 | 1011001 | 0 | 1101 | 10101 | 111000 | 10111 | 1011 | 100111 |
Color Harmonies of #706259
Complementary color
Monochromatic Colors of #706259
Black with #706259
Text Example
Text Example
White with #706259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706259; }
p { color: rgb(112,98,89); }
H1.HeaderClassName
{
color: #706259;
}
.AnyTagClassName
{
color: #706259;
}
</style>
background-color css
<style>
a { background-color: #706259; }
a { background-color: rgb(112,98,89); }
div.DivClassName
{
background-color: #706259;
}
.BgClassName
{
background-color: #706259;
}
</style>
border-color css
<style>
span { border-color: #706259; }
span { border-color: rgb(112,98,89); }
td.TdClassName
{
border-color: #706259;
}
.TagClassName
{
border-color: #706259;
}
</style>