Shades of Dorado #71635B
Tints of Dorado #71635B
RGB
CMYK
RGB Variations
Color information
#71635B (or 0x71635B) is known color: Dorado. HEX triplet: 71, 63 and 5B. RGB value is (113,99,91). Sum of RGB (Red+Green+Blue) = 113+99+91=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71635B is #8E9CA4. Grayscale: #666666. Windows color (decimal): -9346213 or 5989233. OLE color: 5989233.
HSL color Cylindrical-coordinate representation of color #71635B: hue angle of 21.82º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71635B is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 99 | 91 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.56 |
| HSL | 21.82º | 0.11% | 0.4% | - |
| HSV(B) | 21.82º | 0.19% | 0.44% | - |
| XYZ | 13.16 | 13.19 | 11.75 | - |
| YUV | 102.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 91 | 0 | 0.12 | 0.19 | 0.56 | 21.82 | 0.11 | 0.4 |
| Hex | 71 | 63 | 5B | 0 | C | 13 | 38 | 16 | B | 28 |
| Octal | 161 | 143 | 133 | 0 | 14 | 23 | 70 | 26 | 13 | 50 |
| Binary | 1110001 | 1100011 | 1011011 | 0 | 1100 | 10011 | 111000 | 10110 | 1011 | 101000 |
Color Harmonies of #71635B
Complementary color
Monochromatic Colors of #71635B
Black with #71635B
Text Example
Text Example
White with #71635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71635B; }
p { color: rgb(113,99,91); }
H1.HeaderClassName
{
color: #71635B;
}
.AnyTagClassName
{
color: #71635B;
}
</style>
background-color css
<style>
a { background-color: #71635B; }
a { background-color: rgb(113,99,91); }
div.DivClassName
{
background-color: #71635B;
}
.BgClassName
{
background-color: #71635B;
}
</style>
border-color css
<style>
span { border-color: #71635B; }
span { border-color: rgb(113,99,91); }
td.TdClassName
{
border-color: #71635B;
}
.TagClassName
{
border-color: #71635B;
}
</style>