Shades of Costa Del Sol #625E0A
Tints of Costa Del Sol #625E0A
RGB
CMYK
RGB Variations
Color information
#625E0A (or 0x625E0A) is known color: Costa Del Sol. HEX triplet: 62, 5E and 0A. RGB value is (98,94,10). Sum of RGB (Red+Green+Blue) = 98+94+10=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #625E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625E0A is #9DA1F5. Grayscale: #555555. Windows color (decimal): -10330614 or 679522. OLE color: 679522.
HSL color Cylindrical-coordinate representation of color #625E0A: hue angle of 57.27º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #625E0A is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 94 | 10 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.62 |
| HSL | 57.27º | 0.81% | 0.21% | - |
| HSV(B) | 57.27º | 0.9% | 0.38% | - |
| XYZ | 9.09 | 10.62 | 1.86 | - |
| YUV | 85.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 10 | 0 | 0.04 | 0.90 | 0.62 | 57.27 | 0.81 | 0.21 |
| Hex | 62 | 5E | A | 0 | 4 | 5A | 3E | 39 | 51 | 15 |
| Octal | 142 | 136 | 12 | 0 | 4 | 132 | 76 | 71 | 121 | 25 |
| Binary | 1100010 | 1011110 | 1010 | 0 | 100 | 1011010 | 111110 | 111001 | 1010001 | 10101 |
Color Harmonies of #625E0A
Complementary color
Monochromatic Colors of #625E0A
Black with #625E0A
Text Example
Text Example
White with #625E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E0A; }
p { color: rgb(98,94,10); }
H1.HeaderClassName
{
color: #625E0A;
}
.AnyTagClassName
{
color: #625E0A;
}
</style>
background-color css
<style>
a { background-color: #625E0A; }
a { background-color: rgb(98,94,10); }
div.DivClassName
{
background-color: #625E0A;
}
.BgClassName
{
background-color: #625E0A;
}
</style>
border-color css
<style>
span { border-color: #625E0A; }
span { border-color: rgb(98,94,10); }
td.TdClassName
{
border-color: #625E0A;
}
.TagClassName
{
border-color: #625E0A;
}
</style>