Shades of Costa Del Sol #625A15
Tints of Costa Del Sol #625A15
RGB
CMYK
RGB Variations
Color information
#625A15 (or 0x625A15) is known color: Costa Del Sol. HEX triplet: 62, 5A and 15. RGB value is (98,90,21). Sum of RGB (Red+Green+Blue) = 98+90+21=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #625A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A15 is #9DA5EA. Grayscale: #545454. Windows color (decimal): -10331627 or 1399394. OLE color: 1399394.
HSL color Cylindrical-coordinate representation of color #625A15: hue angle of 53.77º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #625A15 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 21 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.62 |
| HSL | 53.77º | 0.65% | 0.23% | - |
| HSV(B) | 53.77º | 0.79% | 0.38% | - |
| XYZ | 8.83 | 9.96 | 2.17 | - |
| YUV | 84.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 21 | 0 | 0.08 | 0.79 | 0.62 | 53.77 | 0.65 | 0.23 |
| Hex | 62 | 5A | 15 | 0 | 8 | 4F | 3E | 36 | 41 | 17 |
| Octal | 142 | 132 | 25 | 0 | 10 | 117 | 76 | 66 | 101 | 27 |
| Binary | 1100010 | 1011010 | 10101 | 0 | 1000 | 1001111 | 111110 | 110110 | 1000001 | 10111 |
Color Harmonies of #625A15
Complementary color
Monochromatic Colors of #625A15
Black with #625A15
Text Example
Text Example
White with #625A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A15; }
p { color: rgb(98,90,21); }
H1.HeaderClassName
{
color: #625A15;
}
.AnyTagClassName
{
color: #625A15;
}
</style>
background-color css
<style>
a { background-color: #625A15; }
a { background-color: rgb(98,90,21); }
div.DivClassName
{
background-color: #625A15;
}
.BgClassName
{
background-color: #625A15;
}
</style>
border-color css
<style>
span { border-color: #625A15; }
span { border-color: rgb(98,90,21); }
td.TdClassName
{
border-color: #625A15;
}
.TagClassName
{
border-color: #625A15;
}
</style>