Shades of Dorado #615C59
Tints of Dorado #615C59
RGB
CMYK
RGB Variations
Color information
#615C59 (or 0x615C59) is known color: Dorado. HEX triplet: 61, 5C and 59. RGB value is (97,92,89). Sum of RGB (Red+Green+Blue) = 97+92+89=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 97 - color contains mainly: red. Hex color #615C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C59 is #9EA3A6. Grayscale: #5D5D5D. Windows color (decimal): -10396583 or 5856353. OLE color: 5856353.
HSL color Cylindrical-coordinate representation of color #615C59: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #615C59 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 89 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.62 |
| HSL | 22.5º | 0.04% | 0.36% | - |
| HSV(B) | 22.5º | 0.08% | 0.38% | - |
| XYZ | 10.56 | 10.92 | 11 | - |
| YUV | 93.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 89 | 0 | 0.05 | 0.08 | 0.62 | 22.5 | 0.04 | 0.36 |
| Hex | 61 | 5C | 59 | 0 | 5 | 8 | 3E | 16 | 4 | 24 |
| Octal | 141 | 134 | 131 | 0 | 5 | 10 | 76 | 26 | 4 | 44 |
| Binary | 1100001 | 1011100 | 1011001 | 0 | 101 | 1000 | 111110 | 10110 | 100 | 100100 |
Color Harmonies of #615C59
Complementary color
Monochromatic Colors of #615C59
Black with #615C59
Text Example
Text Example
White with #615C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C59; }
p { color: rgb(97,92,89); }
H1.HeaderClassName
{
color: #615C59;
}
.AnyTagClassName
{
color: #615C59;
}
</style>
background-color css
<style>
a { background-color: #615C59; }
a { background-color: rgb(97,92,89); }
div.DivClassName
{
background-color: #615C59;
}
.BgClassName
{
background-color: #615C59;
}
</style>
border-color css
<style>
span { border-color: #615C59; }
span { border-color: rgb(97,92,89); }
td.TdClassName
{
border-color: #615C59;
}
.TagClassName
{
border-color: #615C59;
}
</style>