Shades of Dorado #625C59
Tints of Dorado #625C59
RGB
CMYK
RGB Variations
Color information
#625C59 (or 0x625C59) is known color: Dorado. HEX triplet: 62, 5C and 59. RGB value is (98,92,89). Sum of RGB (Red+Green+Blue) = 98+92+89=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 98 - color contains mainly: red. Hex color #625C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C59 is #9DA3A6. Grayscale: #5D5D5D. Windows color (decimal): -10331047 or 5856354. OLE color: 5856354.
HSL color Cylindrical-coordinate representation of color #625C59: hue angle of 20º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #625C59 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 89 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.62 |
| HSL | 20º | 0.05% | 0.37% | - |
| HSV(B) | 20º | 0.09% | 0.38% | - |
| XYZ | 10.67 | 10.97 | 11.01 | - |
| YUV | 93.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 89 | 0 | 0.06 | 0.09 | 0.62 | 20 | 0.05 | 0.37 |
| Hex | 62 | 5C | 59 | 0 | 6 | 9 | 3E | 14 | 5 | 25 |
| Octal | 142 | 134 | 131 | 0 | 6 | 11 | 76 | 24 | 5 | 45 |
| Binary | 1100010 | 1011100 | 1011001 | 0 | 110 | 1001 | 111110 | 10100 | 101 | 100101 |
Color Harmonies of #625C59
Complementary color
Monochromatic Colors of #625C59
Black with #625C59
Text Example
Text Example
White with #625C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C59; }
p { color: rgb(98,92,89); }
H1.HeaderClassName
{
color: #625C59;
}
.AnyTagClassName
{
color: #625C59;
}
</style>
background-color css
<style>
a { background-color: #625C59; }
a { background-color: rgb(98,92,89); }
div.DivClassName
{
background-color: #625C59;
}
.BgClassName
{
background-color: #625C59;
}
</style>
border-color css
<style>
span { border-color: #625C59; }
span { border-color: rgb(98,92,89); }
td.TdClassName
{
border-color: #625C59;
}
.TagClassName
{
border-color: #625C59;
}
</style>