Shades of Dorado #706863
Tints of Dorado #706863
RGB
CMYK
RGB Variations
Color information
#706863 (or 0x706863) is known color: Dorado. HEX triplet: 70, 68 and 63. RGB value is (112,104,99). Sum of RGB (Red+Green+Blue) = 112+104+99=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706863 is #8F979C. Grayscale: #696969. Windows color (decimal): -9410461 or 6514800. OLE color: 6514800.
HSL color Cylindrical-coordinate representation of color #706863: hue angle of 23.08º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706863 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 99 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.56 |
| HSL | 23.08º | 0.06% | 0.41% | - |
| HSV(B) | 23.08º | 0.12% | 0.44% | - |
| XYZ | 13.88 | 14.25 | 13.82 | - |
| YUV | 105.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 99 | 0 | 0.07 | 0.12 | 0.56 | 23.08 | 0.06 | 0.41 |
| Hex | 70 | 68 | 63 | 0 | 7 | C | 38 | 17 | 6 | 29 |
| Octal | 160 | 150 | 143 | 0 | 7 | 14 | 70 | 27 | 6 | 51 |
| Binary | 1110000 | 1101000 | 1100011 | 0 | 111 | 1100 | 111000 | 10111 | 110 | 101001 |
Color Harmonies of #706863
Complementary color
Monochromatic Colors of #706863
Black with #706863
Text Example
Text Example
White with #706863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706863; }
p { color: rgb(112,104,99); }
H1.HeaderClassName
{
color: #706863;
}
.AnyTagClassName
{
color: #706863;
}
</style>
background-color css
<style>
a { background-color: #706863; }
a { background-color: rgb(112,104,99); }
div.DivClassName
{
background-color: #706863;
}
.BgClassName
{
background-color: #706863;
}
</style>
border-color css
<style>
span { border-color: #706863; }
span { border-color: rgb(112,104,99); }
td.TdClassName
{
border-color: #706863;
}
.TagClassName
{
border-color: #706863;
}
</style>