Shades of Dorado #71645D
Tints of Dorado #71645D
RGB
CMYK
RGB Variations
Color information
#71645D (or 0x71645D) is known color: Dorado. HEX triplet: 71, 64 and 5D. RGB value is (113,100,93). Sum of RGB (Red+Green+Blue) = 113+100+93=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #71645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71645D is #8E9BA2. Grayscale: #676767. Windows color (decimal): -9345955 or 6120561. OLE color: 6120561.
HSL color Cylindrical-coordinate representation of color #71645D: hue angle of 21º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71645D is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 100 | 93 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.56 |
| HSL | 21º | 0.1% | 0.4% | - |
| HSV(B) | 21º | 0.18% | 0.44% | - |
| XYZ | 13.34 | 13.42 | 12.24 | - |
| YUV | 103.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 93 | 0 | 0.12 | 0.18 | 0.56 | 21 | 0.1 | 0.4 |
| Hex | 71 | 64 | 5D | 0 | C | 12 | 38 | 15 | A | 28 |
| Octal | 161 | 144 | 135 | 0 | 14 | 22 | 70 | 25 | 12 | 50 |
| Binary | 1110001 | 1100100 | 1011101 | 0 | 1100 | 10010 | 111000 | 10101 | 1010 | 101000 |
Color Harmonies of #71645D
Complementary color
Monochromatic Colors of #71645D
Black with #71645D
Text Example
Text Example
White with #71645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71645D; }
p { color: rgb(113,100,93); }
H1.HeaderClassName
{
color: #71645D;
}
.AnyTagClassName
{
color: #71645D;
}
</style>
background-color css
<style>
a { background-color: #71645D; }
a { background-color: rgb(113,100,93); }
div.DivClassName
{
background-color: #71645D;
}
.BgClassName
{
background-color: #71645D;
}
</style>
border-color css
<style>
span { border-color: #71645D; }
span { border-color: rgb(113,100,93); }
td.TdClassName
{
border-color: #71645D;
}
.TagClassName
{
border-color: #71645D;
}
</style>