Shades of Costa Del Sol #625C15
Tints of Costa Del Sol #625C15
RGB
CMYK
RGB Variations
Color information
#625C15 (or 0x625C15) is known color: Costa Del Sol. HEX triplet: 62, 5C and 15. RGB value is (98,92,21). Sum of RGB (Red+Green+Blue) = 98+92+21=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #625C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625C15 is #9DA3EA. Grayscale: #555555. Windows color (decimal): -10331115 or 1399906. OLE color: 1399906.
HSL color Cylindrical-coordinate representation of color #625C15: hue angle of 55.32º 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 #625C15 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 21 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.62 |
| HSL | 55.32º | 0.65% | 0.23% | - |
| HSV(B) | 55.32º | 0.79% | 0.38% | - |
| XYZ | 9 | 10.31 | 2.22 | - |
| YUV | 85.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 21 | 0 | 0.06 | 0.79 | 0.62 | 55.32 | 0.65 | 0.23 |
| Hex | 62 | 5C | 15 | 0 | 6 | 4F | 3E | 37 | 41 | 17 |
| Octal | 142 | 134 | 25 | 0 | 6 | 117 | 76 | 67 | 101 | 27 |
| Binary | 1100010 | 1011100 | 10101 | 0 | 110 | 1001111 | 111110 | 110111 | 1000001 | 10111 |
Color Harmonies of #625C15
Complementary color
Monochromatic Colors of #625C15
Black with #625C15
Text Example
Text Example
White with #625C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C15; }
p { color: rgb(98,92,21); }
H1.HeaderClassName
{
color: #625C15;
}
.AnyTagClassName
{
color: #625C15;
}
</style>
background-color css
<style>
a { background-color: #625C15; }
a { background-color: rgb(98,92,21); }
div.DivClassName
{
background-color: #625C15;
}
.BgClassName
{
background-color: #625C15;
}
</style>
border-color css
<style>
span { border-color: #625C15; }
span { border-color: rgb(98,92,21); }
td.TdClassName
{
border-color: #625C15;
}
.TagClassName
{
border-color: #625C15;
}
</style>