Shades of Costa Del Sol #625A20
Tints of Costa Del Sol #625A20
RGB
CMYK
RGB Variations
Color information
#625A20 (or 0x625A20) is known color: Costa Del Sol. HEX triplet: 62, 5A and 20. RGB value is (98,90,32). Sum of RGB (Red+Green+Blue) = 98+90+32=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #625A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A20 is #9DA5DF. Grayscale: #565656. Windows color (decimal): -10331616 or 2120290. OLE color: 2120290.
HSL color Cylindrical-coordinate representation of color #625A20: hue angle of 52.73º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #625A20 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 32 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.62 |
| HSL | 52.73º | 0.51% | 0.25% | - |
| HSV(B) | 52.73º | 0.67% | 0.38% | - |
| XYZ | 8.95 | 10.01 | 2.83 | - |
| YUV | 85.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 32 | 0 | 0.08 | 0.67 | 0.62 | 52.73 | 0.51 | 0.25 |
| Hex | 62 | 5A | 20 | 0 | 8 | 43 | 3E | 35 | 33 | 19 |
| Octal | 142 | 132 | 40 | 0 | 10 | 103 | 76 | 65 | 63 | 31 |
| Binary | 1100010 | 1011010 | 100000 | 0 | 1000 | 1000011 | 111110 | 110101 | 110011 | 11001 |
Color Harmonies of #625A20
Complementary color
Monochromatic Colors of #625A20
Black with #625A20
Text Example
Text Example
White with #625A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A20; }
p { color: rgb(98,90,32); }
H1.HeaderClassName
{
color: #625A20;
}
.AnyTagClassName
{
color: #625A20;
}
</style>
background-color css
<style>
a { background-color: #625A20; }
a { background-color: rgb(98,90,32); }
div.DivClassName
{
background-color: #625A20;
}
.BgClassName
{
background-color: #625A20;
}
</style>
border-color css
<style>
span { border-color: #625A20; }
span { border-color: rgb(98,90,32); }
td.TdClassName
{
border-color: #625A20;
}
.TagClassName
{
border-color: #625A20;
}
</style>