Shades of Dorado #71655F
Tints of Dorado #71655F
RGB
CMYK
RGB Variations
Color information
#71655F (or 0x71655F) is known color: Dorado. HEX triplet: 71, 65 and 5F. RGB value is (113,101,95). Sum of RGB (Red+Green+Blue) = 113+101+95=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #71655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71655F is #8E9AA0. Grayscale: #676767. Windows color (decimal): -9345697 or 6251889. OLE color: 6251889.
HSL color Cylindrical-coordinate representation of color #71655F: hue angle of 20º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71655F is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 101 | 95 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.56 |
| HSL | 20º | 0.09% | 0.41% | - |
| HSV(B) | 20º | 0.16% | 0.44% | - |
| XYZ | 13.53 | 13.64 | 12.75 | - |
| YUV | 103.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 95 | 0 | 0.11 | 0.16 | 0.56 | 20 | 0.09 | 0.41 |
| Hex | 71 | 65 | 5F | 0 | B | 10 | 38 | 14 | 9 | 29 |
| Octal | 161 | 145 | 137 | 0 | 13 | 20 | 70 | 24 | 11 | 51 |
| Binary | 1110001 | 1100101 | 1011111 | 0 | 1011 | 10000 | 111000 | 10100 | 1001 | 101001 |
Color Harmonies of #71655F
Complementary color
Monochromatic Colors of #71655F
Black with #71655F
Text Example
Text Example
White with #71655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71655F; }
p { color: rgb(113,101,95); }
H1.HeaderClassName
{
color: #71655F;
}
.AnyTagClassName
{
color: #71655F;
}
</style>
background-color css
<style>
a { background-color: #71655F; }
a { background-color: rgb(113,101,95); }
div.DivClassName
{
background-color: #71655F;
}
.BgClassName
{
background-color: #71655F;
}
</style>
border-color css
<style>
span { border-color: #71655F; }
span { border-color: rgb(113,101,95); }
td.TdClassName
{
border-color: #71655F;
}
.TagClassName
{
border-color: #71655F;
}
</style>