Shades of Costa Del Sol #625A04
Tints of Costa Del Sol #625A04
RGB
CMYK
RGB Variations
Color information
#625A04 (or 0x625A04) is known color: Costa Del Sol. HEX triplet: 62, 5A and 04. RGB value is (98,90,4). Sum of RGB (Red+Green+Blue) = 98+90+4=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #625A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A04 is #9DA5FB. Grayscale: #525252. Windows color (decimal): -10331644 or 285282. OLE color: 285282.
HSL color Cylindrical-coordinate representation of color #625A04: hue angle of 54.89º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #625A04 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 4 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.62 |
| HSL | 54.89º | 0.92% | 0.2% | - |
| HSV(B) | 54.89º | 0.96% | 0.38% | - |
| XYZ | 8.72 | 9.92 | 1.57 | - |
| YUV | 82.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 4 | 0 | 0.08 | 0.96 | 0.62 | 54.89 | 0.92 | 0.2 |
| Hex | 62 | 5A | 4 | 0 | 8 | 60 | 3E | 37 | 5C | 14 |
| Octal | 142 | 132 | 4 | 0 | 10 | 140 | 76 | 67 | 134 | 24 |
| Binary | 1100010 | 1011010 | 100 | 0 | 1000 | 1100000 | 111110 | 110111 | 1011100 | 10100 |
Color Harmonies of #625A04
Complementary color
Monochromatic Colors of #625A04
Black with #625A04
Text Example
Text Example
White with #625A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A04; }
p { color: rgb(98,90,4); }
H1.HeaderClassName
{
color: #625A04;
}
.AnyTagClassName
{
color: #625A04;
}
</style>
background-color css
<style>
a { background-color: #625A04; }
a { background-color: rgb(98,90,4); }
div.DivClassName
{
background-color: #625A04;
}
.BgClassName
{
background-color: #625A04;
}
</style>
border-color css
<style>
span { border-color: #625A04; }
span { border-color: rgb(98,90,4); }
td.TdClassName
{
border-color: #625A04;
}
.TagClassName
{
border-color: #625A04;
}
</style>