Shades of Costa Del Sol #625A03
Tints of Costa Del Sol #625A03
RGB
CMYK
RGB Variations
Color information
#625A03 (or 0x625A03) is known color: Costa Del Sol. HEX triplet: 62, 5A and 03. RGB value is (98,90,3). Sum of RGB (Red+Green+Blue) = 98+90+3=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #625A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A03 is #9DA5FC. Grayscale: #525252. Windows color (decimal): -10331645 or 219746. OLE color: 219746.
HSL color Cylindrical-coordinate representation of color #625A03: hue angle of 54.95º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #625A03 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 3 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.62 |
| HSL | 54.95º | 0.94% | 0.2% | - |
| HSV(B) | 54.95º | 0.97% | 0.38% | - |
| XYZ | 8.71 | 9.92 | 1.54 | - |
| YUV | 82.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 3 | 0 | 0.08 | 0.97 | 0.62 | 54.95 | 0.94 | 0.2 |
| Hex | 62 | 5A | 3 | 0 | 8 | 61 | 3E | 37 | 5E | 14 |
| Octal | 142 | 132 | 3 | 0 | 10 | 141 | 76 | 67 | 136 | 24 |
| Binary | 1100010 | 1011010 | 11 | 0 | 1000 | 1100001 | 111110 | 110111 | 1011110 | 10100 |
Color Harmonies of #625A03
Complementary color
Monochromatic Colors of #625A03
Black with #625A03
Text Example
Text Example
White with #625A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A03; }
p { color: rgb(98,90,3); }
H1.HeaderClassName
{
color: #625A03;
}
.AnyTagClassName
{
color: #625A03;
}
</style>
background-color css
<style>
a { background-color: #625A03; }
a { background-color: rgb(98,90,3); }
div.DivClassName
{
background-color: #625A03;
}
.BgClassName
{
background-color: #625A03;
}
</style>
border-color css
<style>
span { border-color: #625A03; }
span { border-color: rgb(98,90,3); }
td.TdClassName
{
border-color: #625A03;
}
.TagClassName
{
border-color: #625A03;
}
</style>