Shades of Costa Del Sol #625D15
Tints of Costa Del Sol #625D15
RGB
CMYK
RGB Variations
Color information
#625D15 (or 0x625D15) is known color: Costa Del Sol. HEX triplet: 62, 5D and 15. RGB value is (98,93,21). Sum of RGB (Red+Green+Blue) = 98+93+21=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #625D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625D15 is #9DA2EA. Grayscale: #565656. Windows color (decimal): -10330859 or 1400162. OLE color: 1400162.
HSL color Cylindrical-coordinate representation of color #625D15: hue angle of 56.1º 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 #625D15 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 93 | 21 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.62 |
| HSL | 56.1º | 0.65% | 0.23% | - |
| HSV(B) | 56.1º | 0.79% | 0.38% | - |
| XYZ | 9.09 | 10.48 | 2.25 | - |
| YUV | 86.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 21 | 0 | 0.05 | 0.79 | 0.62 | 56.1 | 0.65 | 0.23 |
| Hex | 62 | 5D | 15 | 0 | 5 | 4F | 3E | 38 | 41 | 17 |
| Octal | 142 | 135 | 25 | 0 | 5 | 117 | 76 | 70 | 101 | 27 |
| Binary | 1100010 | 1011101 | 10101 | 0 | 101 | 1001111 | 111110 | 111000 | 1000001 | 10111 |
Color Harmonies of #625D15
Complementary color
Monochromatic Colors of #625D15
Black with #625D15
Text Example
Text Example
White with #625D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D15; }
p { color: rgb(98,93,21); }
H1.HeaderClassName
{
color: #625D15;
}
.AnyTagClassName
{
color: #625D15;
}
</style>
background-color css
<style>
a { background-color: #625D15; }
a { background-color: rgb(98,93,21); }
div.DivClassName
{
background-color: #625D15;
}
.BgClassName
{
background-color: #625D15;
}
</style>
border-color css
<style>
span { border-color: #625D15; }
span { border-color: rgb(98,93,21); }
td.TdClassName
{
border-color: #625D15;
}
.TagClassName
{
border-color: #625D15;
}
</style>