Shades of Dorado #70645F
Tints of Dorado #70645F
RGB
CMYK
RGB Variations
Color information
#70645F (or 0x70645F) is known color: Dorado. HEX triplet: 70, 64 and 5F. RGB value is (112,100,95). Sum of RGB (Red+Green+Blue) = 112+100+95=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #70645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70645F is #8F9BA0. Grayscale: #676767. Windows color (decimal): -9411489 or 6251632. OLE color: 6251632.
HSL color Cylindrical-coordinate representation of color #70645F: hue angle of 17.65º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #70645F is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 95 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.56 |
| HSL | 17.65º | 0.08% | 0.41% | - |
| HSV(B) | 17.65º | 0.15% | 0.44% | - |
| XYZ | 13.3 | 13.39 | 12.71 | - |
| YUV | 103.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 95 | 0 | 0.11 | 0.15 | 0.56 | 17.65 | 0.08 | 0.41 |
| Hex | 70 | 64 | 5F | 0 | B | F | 38 | 12 | 8 | 29 |
| Octal | 160 | 144 | 137 | 0 | 13 | 17 | 70 | 22 | 10 | 51 |
| Binary | 1110000 | 1100100 | 1011111 | 0 | 1011 | 1111 | 111000 | 10010 | 1000 | 101001 |
Color Harmonies of #70645F
Complementary color
Monochromatic Colors of #70645F
Black with #70645F
Text Example
Text Example
White with #70645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70645F; }
p { color: rgb(112,100,95); }
H1.HeaderClassName
{
color: #70645F;
}
.AnyTagClassName
{
color: #70645F;
}
</style>
background-color css
<style>
a { background-color: #70645F; }
a { background-color: rgb(112,100,95); }
div.DivClassName
{
background-color: #70645F;
}
.BgClassName
{
background-color: #70645F;
}
</style>
border-color css
<style>
span { border-color: #70645F; }
span { border-color: rgb(112,100,95); }
td.TdClassName
{
border-color: #70645F;
}
.TagClassName
{
border-color: #70645F;
}
</style>