Shades of Costa Del Sol #625A07
Tints of Costa Del Sol #625A07
RGB
CMYK
RGB Variations
Color information
#625A07 (or 0x625A07) is known color: Costa Del Sol. HEX triplet: 62, 5A and 07. RGB value is (98,90,7). Sum of RGB (Red+Green+Blue) = 98+90+7=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #625A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A07 is #9DA5F8. Grayscale: #535353. Windows color (decimal): -10331641 or 481890. OLE color: 481890.
HSL color Cylindrical-coordinate representation of color #625A07: hue angle of 54.73º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #625A07 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 7 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.62 |
| HSL | 54.73º | 0.87% | 0.21% | - |
| HSV(B) | 54.73º | 0.93% | 0.38% | - |
| XYZ | 8.73 | 9.92 | 1.66 | - |
| YUV | 82.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 7 | 0 | 0.08 | 0.93 | 0.62 | 54.73 | 0.87 | 0.21 |
| Hex | 62 | 5A | 7 | 0 | 8 | 5D | 3E | 37 | 57 | 15 |
| Octal | 142 | 132 | 7 | 0 | 10 | 135 | 76 | 67 | 127 | 25 |
| Binary | 1100010 | 1011010 | 111 | 0 | 1000 | 1011101 | 111110 | 110111 | 1010111 | 10101 |
Color Harmonies of #625A07
Complementary color
Monochromatic Colors of #625A07
Black with #625A07
Text Example
Text Example
White with #625A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A07; }
p { color: rgb(98,90,7); }
H1.HeaderClassName
{
color: #625A07;
}
.AnyTagClassName
{
color: #625A07;
}
</style>
background-color css
<style>
a { background-color: #625A07; }
a { background-color: rgb(98,90,7); }
div.DivClassName
{
background-color: #625A07;
}
.BgClassName
{
background-color: #625A07;
}
</style>
border-color css
<style>
span { border-color: #625A07; }
span { border-color: rgb(98,90,7); }
td.TdClassName
{
border-color: #625A07;
}
.TagClassName
{
border-color: #625A07;
}
</style>