Shades of Dorado #615E5C
Tints of Dorado #615E5C
RGB
CMYK
RGB Variations
Color information
#615E5C (or 0x615E5C) is known color: Dorado. HEX triplet: 61, 5E and 5C. RGB value is (97,94,92). Sum of RGB (Red+Green+Blue) = 97+94+92=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 97 - color contains mainly: red. Hex color #615E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E5C is #9EA1A3. Grayscale: #5E5E5E. Windows color (decimal): -10396068 or 6053473. OLE color: 6053473.
HSL color Cylindrical-coordinate representation of color #615E5C: hue angle of 24º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #615E5C is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 92 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.62 |
| HSL | 24º | 0.03% | 0.37% | - |
| HSV(B) | 24º | 0.05% | 0.38% | - |
| XYZ | 10.86 | 11.32 | 11.74 | - |
| YUV | 94.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 92 | 0 | 0.03 | 0.05 | 0.62 | 24 | 0.03 | 0.37 |
| Hex | 61 | 5E | 5C | 0 | 3 | 5 | 3E | 18 | 3 | 25 |
| Octal | 141 | 136 | 134 | 0 | 3 | 5 | 76 | 30 | 3 | 45 |
| Binary | 1100001 | 1011110 | 1011100 | 0 | 11 | 101 | 111110 | 11000 | 11 | 100101 |
Color Harmonies of #615E5C
Complementary color
Monochromatic Colors of #615E5C
Black with #615E5C
Text Example
Text Example
White with #615E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E5C; }
p { color: rgb(97,94,92); }
H1.HeaderClassName
{
color: #615E5C;
}
.AnyTagClassName
{
color: #615E5C;
}
</style>
background-color css
<style>
a { background-color: #615E5C; }
a { background-color: rgb(97,94,92); }
div.DivClassName
{
background-color: #615E5C;
}
.BgClassName
{
background-color: #615E5C;
}
</style>
border-color css
<style>
span { border-color: #615E5C; }
span { border-color: rgb(97,94,92); }
td.TdClassName
{
border-color: #615E5C;
}
.TagClassName
{
border-color: #615E5C;
}
</style>