Shades of Costa Del Sol #625D00
Tints of Costa Del Sol #625D00
RGB
CMYK
RGB Variations
Color information
#625D00 (or 0x625D00) is known color: Costa Del Sol. HEX triplet: 62, 5D and 00. RGB value is (98,93,0). Sum of RGB (Red+Green+Blue) = 98+93+0=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #625D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625D00 is #9DA2FF. Grayscale: #545454. Windows color (decimal): -10330880 or 23906. OLE color: 23906.
HSL color Cylindrical-coordinate representation of color #625D00: hue angle of 56.94º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #625D00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 93 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.62 |
| HSL | 56.94º | 1% | 0.19% | - |
| HSV(B) | 56.94º | 1% | 0.38% | - |
| XYZ | 8.95 | 10.43 | 1.54 | - |
| YUV | 83.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 0 | 0 | 0.05 | 1 | 0.62 | 56.94 | 1 | 0.19 |
| Hex | 62 | 5D | 0 | 0 | 5 | 64 | 3E | 39 | 64 | 13 |
| Octal | 142 | 135 | 0 | 0 | 5 | 144 | 76 | 71 | 144 | 23 |
| Binary | 1100010 | 1011101 | 0 | 0 | 101 | 1100100 | 111110 | 111001 | 1100100 | 10011 |
Color Harmonies of #625D00
Complementary color
Monochromatic Colors of #625D00
Black with #625D00
Text Example
Text Example
White with #625D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D00; }
p { color: rgb(98,93,0); }
H1.HeaderClassName
{
color: #625D00;
}
.AnyTagClassName
{
color: #625D00;
}
</style>
background-color css
<style>
a { background-color: #625D00; }
a { background-color: rgb(98,93,0); }
div.DivClassName
{
background-color: #625D00;
}
.BgClassName
{
background-color: #625D00;
}
</style>
border-color css
<style>
span { border-color: #625D00; }
span { border-color: rgb(98,93,0); }
td.TdClassName
{
border-color: #625D00;
}
.TagClassName
{
border-color: #625D00;
}
</style>