Shades of Costa Del Sol #625E04
Tints of Costa Del Sol #625E04
RGB
CMYK
RGB Variations
Color information
#625E04 (or 0x625E04) is known color: Costa Del Sol. HEX triplet: 62, 5E and 04. RGB value is (98,94,4). Sum of RGB (Red+Green+Blue) = 98+94+4=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #625E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625E04 is #9DA1FB. Grayscale: #555555. Windows color (decimal): -10330620 or 286306. OLE color: 286306.
HSL color Cylindrical-coordinate representation of color #625E04: hue angle of 57.45º 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 #625E04 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 94 | 4 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.62 |
| HSL | 57.45º | 0.92% | 0.2% | - |
| HSV(B) | 57.45º | 0.96% | 0.38% | - |
| XYZ | 9.06 | 10.61 | 1.69 | - |
| YUV | 84.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 4 | 0 | 0.04 | 0.96 | 0.62 | 57.45 | 0.92 | 0.2 |
| Hex | 62 | 5E | 4 | 0 | 4 | 60 | 3E | 39 | 5C | 14 |
| Octal | 142 | 136 | 4 | 0 | 4 | 140 | 76 | 71 | 134 | 24 |
| Binary | 1100010 | 1011110 | 100 | 0 | 100 | 1100000 | 111110 | 111001 | 1011100 | 10100 |
Color Harmonies of #625E04
Complementary color
Monochromatic Colors of #625E04
Black with #625E04
Text Example
Text Example
White with #625E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E04; }
p { color: rgb(98,94,4); }
H1.HeaderClassName
{
color: #625E04;
}
.AnyTagClassName
{
color: #625E04;
}
</style>
background-color css
<style>
a { background-color: #625E04; }
a { background-color: rgb(98,94,4); }
div.DivClassName
{
background-color: #625E04;
}
.BgClassName
{
background-color: #625E04;
}
</style>
border-color css
<style>
span { border-color: #625E04; }
span { border-color: rgb(98,94,4); }
td.TdClassName
{
border-color: #625E04;
}
.TagClassName
{
border-color: #625E04;
}
</style>