Shades of Costa Del Sol #625A30
Tints of Costa Del Sol #625A30
RGB
CMYK
RGB Variations
Color information
#625A30 (or 0x625A30) is known color: Costa Del Sol. HEX triplet: 62, 5A and 30. RGB value is (98,90,48). Sum of RGB (Red+Green+Blue) = 98+90+48=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 98 - color contains mainly: red. Hex color #625A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A30 is #9DA5CF. Grayscale: #575757. Windows color (decimal): -10331600 or 3168866. OLE color: 3168866.
HSL color Cylindrical-coordinate representation of color #625A30: hue angle of 50.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #625A30 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 48 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.62 |
| HSL | 50.4º | 0.34% | 0.29% | - |
| HSV(B) | 50.4º | 0.51% | 0.38% | - |
| XYZ | 9.23 | 10.12 | 4.26 | - |
| YUV | 87.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 48 | 0 | 0.08 | 0.51 | 0.62 | 50.4 | 0.34 | 0.29 |
| Hex | 62 | 5A | 30 | 0 | 8 | 33 | 3E | 32 | 22 | 1D |
| Octal | 142 | 132 | 60 | 0 | 10 | 63 | 76 | 62 | 42 | 35 |
| Binary | 1100010 | 1011010 | 110000 | 0 | 1000 | 110011 | 111110 | 110010 | 100010 | 11101 |
Color Harmonies of #625A30
Complementary color
Monochromatic Colors of #625A30
Black with #625A30
Text Example
Text Example
White with #625A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A30; }
p { color: rgb(98,90,48); }
H1.HeaderClassName
{
color: #625A30;
}
.AnyTagClassName
{
color: #625A30;
}
</style>
background-color css
<style>
a { background-color: #625A30; }
a { background-color: rgb(98,90,48); }
div.DivClassName
{
background-color: #625A30;
}
.BgClassName
{
background-color: #625A30;
}
</style>
border-color css
<style>
span { border-color: #625A30; }
span { border-color: rgb(98,90,48); }
td.TdClassName
{
border-color: #625A30;
}
.TagClassName
{
border-color: #625A30;
}
</style>