Shades of Costa Del Sol #625A13
Tints of Costa Del Sol #625A13
RGB
CMYK
RGB Variations
Color information
#625A13 (or 0x625A13) is known color: Costa Del Sol. HEX triplet: 62, 5A and 13. RGB value is (98,90,19). Sum of RGB (Red+Green+Blue) = 98+90+19=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #625A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A13 is #9DA5EC. Grayscale: #545454. Windows color (decimal): -10331629 or 1268322. OLE color: 1268322.
HSL color Cylindrical-coordinate representation of color #625A13: hue angle of 53.92º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #625A13 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 19 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.62 |
| HSL | 53.92º | 0.68% | 0.23% | - |
| HSV(B) | 53.92º | 0.81% | 0.38% | - |
| XYZ | 8.81 | 9.96 | 2.07 | - |
| YUV | 84.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 19 | 0 | 0.08 | 0.81 | 0.62 | 53.92 | 0.68 | 0.23 |
| Hex | 62 | 5A | 13 | 0 | 8 | 51 | 3E | 36 | 44 | 17 |
| Octal | 142 | 132 | 23 | 0 | 10 | 121 | 76 | 66 | 104 | 27 |
| Binary | 1100010 | 1011010 | 10011 | 0 | 1000 | 1010001 | 111110 | 110110 | 1000100 | 10111 |
Color Harmonies of #625A13
Complementary color
Monochromatic Colors of #625A13
Black with #625A13
Text Example
Text Example
White with #625A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A13; }
p { color: rgb(98,90,19); }
H1.HeaderClassName
{
color: #625A13;
}
.AnyTagClassName
{
color: #625A13;
}
</style>
background-color css
<style>
a { background-color: #625A13; }
a { background-color: rgb(98,90,19); }
div.DivClassName
{
background-color: #625A13;
}
.BgClassName
{
background-color: #625A13;
}
</style>
border-color css
<style>
span { border-color: #625A13; }
span { border-color: rgb(98,90,19); }
td.TdClassName
{
border-color: #625A13;
}
.TagClassName
{
border-color: #625A13;
}
</style>