Shades of Dorado #625F5D
Tints of Dorado #625F5D
RGB
CMYK
RGB Variations
Color information
#625F5D (or 0x625F5D) is known color: Dorado. HEX triplet: 62, 5F and 5D. RGB value is (98,95,93). Sum of RGB (Red+Green+Blue) = 98+95+93=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 98 - color contains mainly: red. Hex color #625F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F5D is #9DA0A2. Grayscale: #5F5F5F. Windows color (decimal): -10330275 or 6119266. OLE color: 6119266.
HSL color Cylindrical-coordinate representation of color #625F5D: 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 #625F5D is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 93 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.62 |
| HSL | 24º | 0.03% | 0.37% | - |
| HSV(B) | 24º | 0.05% | 0.38% | - |
| XYZ | 11.11 | 11.57 | 12 | - |
| YUV | 95.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 93 | 0 | 0.03 | 0.05 | 0.62 | 24 | 0.03 | 0.37 |
| Hex | 62 | 5F | 5D | 0 | 3 | 5 | 3E | 18 | 3 | 25 |
| Octal | 142 | 137 | 135 | 0 | 3 | 5 | 76 | 30 | 3 | 45 |
| Binary | 1100010 | 1011111 | 1011101 | 0 | 11 | 101 | 111110 | 11000 | 11 | 100101 |
Color Harmonies of #625F5D
Complementary color
Monochromatic Colors of #625F5D
Black with #625F5D
Text Example
Text Example
White with #625F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F5D; }
p { color: rgb(98,95,93); }
H1.HeaderClassName
{
color: #625F5D;
}
.AnyTagClassName
{
color: #625F5D;
}
</style>
background-color css
<style>
a { background-color: #625F5D; }
a { background-color: rgb(98,95,93); }
div.DivClassName
{
background-color: #625F5D;
}
.BgClassName
{
background-color: #625F5D;
}
</style>
border-color css
<style>
span { border-color: #625F5D; }
span { border-color: rgb(98,95,93); }
td.TdClassName
{
border-color: #625F5D;
}
.TagClassName
{
border-color: #625F5D;
}
</style>