Shades of Costa Del Sol #62570F
Tints of Costa Del Sol #62570F
RGB
CMYK
RGB Variations
Color information
#62570F (or 0x62570F) is known color: Costa Del Sol. HEX triplet: 62, 57 and 0F. RGB value is (98,87,15). Sum of RGB (Red+Green+Blue) = 98+87+15=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #62570F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62570F is #9DA8F0. Grayscale: #525252. Windows color (decimal): -10332401 or 1005410. OLE color: 1005410.
HSL color Cylindrical-coordinate representation of color #62570F: hue angle of 52.05º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62570F is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 87 | 15 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.62 |
| HSL | 52.05º | 0.73% | 0.22% | - |
| HSV(B) | 52.05º | 0.85% | 0.38% | - |
| XYZ | 8.53 | 9.45 | 1.83 | - |
| YUV | 82.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 15 | 0 | 0.11 | 0.85 | 0.62 | 52.05 | 0.73 | 0.22 |
| Hex | 62 | 57 | F | 0 | B | 55 | 3E | 34 | 49 | 16 |
| Octal | 142 | 127 | 17 | 0 | 13 | 125 | 76 | 64 | 111 | 26 |
| Binary | 1100010 | 1010111 | 1111 | 0 | 1011 | 1010101 | 111110 | 110100 | 1001001 | 10110 |
Color Harmonies of #62570F
Complementary color
Monochromatic Colors of #62570F
Black with #62570F
Text Example
Text Example
White with #62570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62570F; }
p { color: rgb(98,87,15); }
H1.HeaderClassName
{
color: #62570F;
}
.AnyTagClassName
{
color: #62570F;
}
</style>
background-color css
<style>
a { background-color: #62570F; }
a { background-color: rgb(98,87,15); }
div.DivClassName
{
background-color: #62570F;
}
.BgClassName
{
background-color: #62570F;
}
</style>
border-color css
<style>
span { border-color: #62570F; }
span { border-color: rgb(98,87,15); }
td.TdClassName
{
border-color: #62570F;
}
.TagClassName
{
border-color: #62570F;
}
</style>