Shades of Dorado #71635A
Tints of Dorado #71635A
RGB
CMYK
RGB Variations
Color information
#71635A (or 0x71635A) is known color: Dorado. HEX triplet: 71, 63 and 5A. RGB value is (113,99,90). Sum of RGB (Red+Green+Blue) = 113+99+90=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #71635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71635A is #8E9CA5. Grayscale: #666666. Windows color (decimal): -9346214 or 5923697. OLE color: 5923697.
HSL color Cylindrical-coordinate representation of color #71635A: hue angle of 23.48º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71635A is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 99 | 90 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.56 |
| HSL | 23.48º | 0.11% | 0.4% | - |
| HSV(B) | 23.48º | 0.2% | 0.44% | - |
| XYZ | 13.12 | 13.17 | 11.52 | - |
| YUV | 102.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 90 | 0 | 0.12 | 0.20 | 0.56 | 23.48 | 0.11 | 0.4 |
| Hex | 71 | 63 | 5A | 0 | C | 14 | 38 | 17 | B | 28 |
| Octal | 161 | 143 | 132 | 0 | 14 | 24 | 70 | 27 | 13 | 50 |
| Binary | 1110001 | 1100011 | 1011010 | 0 | 1100 | 10100 | 111000 | 10111 | 1011 | 101000 |
Color Harmonies of #71635A
Complementary color
Monochromatic Colors of #71635A
Black with #71635A
Text Example
Text Example
White with #71635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71635A; }
p { color: rgb(113,99,90); }
H1.HeaderClassName
{
color: #71635A;
}
.AnyTagClassName
{
color: #71635A;
}
</style>
background-color css
<style>
a { background-color: #71635A; }
a { background-color: rgb(113,99,90); }
div.DivClassName
{
background-color: #71635A;
}
.BgClassName
{
background-color: #71635A;
}
</style>
border-color css
<style>
span { border-color: #71635A; }
span { border-color: rgb(113,99,90); }
td.TdClassName
{
border-color: #71635A;
}
.TagClassName
{
border-color: #71635A;
}
</style>