Shades of Dorado #71645B
Tints of Dorado #71645B
RGB
CMYK
RGB Variations
Color information
#71645B (or 0x71645B) is known color: Dorado. HEX triplet: 71, 64 and 5B. RGB value is (113,100,91). Sum of RGB (Red+Green+Blue) = 113+100+91=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71645B is #8E9BA4. Grayscale: #666666. Windows color (decimal): -9345957 or 5989489. OLE color: 5989489.
HSL color Cylindrical-coordinate representation of color #71645B: hue angle of 24.55º 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 #71645B is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 100 | 91 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.56 |
| HSL | 24.55º | 0.11% | 0.4% | - |
| HSV(B) | 24.55º | 0.19% | 0.44% | - |
| XYZ | 13.26 | 13.38 | 11.78 | - |
| YUV | 102.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 91 | 0 | 0.12 | 0.19 | 0.56 | 24.55 | 0.11 | 0.4 |
| Hex | 71 | 64 | 5B | 0 | C | 13 | 38 | 19 | B | 28 |
| Octal | 161 | 144 | 133 | 0 | 14 | 23 | 70 | 31 | 13 | 50 |
| Binary | 1110001 | 1100100 | 1011011 | 0 | 1100 | 10011 | 111000 | 11001 | 1011 | 101000 |
Color Harmonies of #71645B
Complementary color
Monochromatic Colors of #71645B
Black with #71645B
Text Example
Text Example
White with #71645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71645B; }
p { color: rgb(113,100,91); }
H1.HeaderClassName
{
color: #71645B;
}
.AnyTagClassName
{
color: #71645B;
}
</style>
background-color css
<style>
a { background-color: #71645B; }
a { background-color: rgb(113,100,91); }
div.DivClassName
{
background-color: #71645B;
}
.BgClassName
{
background-color: #71645B;
}
</style>
border-color css
<style>
span { border-color: #71645B; }
span { border-color: rgb(113,100,91); }
td.TdClassName
{
border-color: #71645B;
}
.TagClassName
{
border-color: #71645B;
}
</style>