Shades of Costa Del Sol #62602F
Tints of Costa Del Sol #62602F
RGB
CMYK
RGB Variations
Color information
#62602F (or 0x62602F) is known color: Costa Del Sol. HEX triplet: 62, 60 and 2F. RGB value is (98,96,47). Sum of RGB (Red+Green+Blue) = 98+96+47=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #62602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62602F is #9D9FD0. Grayscale: #5B5B5B. Windows color (decimal): -10330065 or 3104866. OLE color: 3104866.
HSL color Cylindrical-coordinate representation of color #62602F: hue angle of 57.65º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62602F is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 47 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.62 |
| HSL | 57.65º | 0.35% | 0.28% | - |
| HSV(B) | 57.65º | 0.52% | 0.38% | - |
| XYZ | 9.73 | 11.17 | 4.33 | - |
| YUV | 91.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 47 | 0 | 0.02 | 0.52 | 0.62 | 57.65 | 0.35 | 0.28 |
| Hex | 62 | 60 | 2F | 0 | 2 | 34 | 3E | 3A | 23 | 1C |
| Octal | 142 | 140 | 57 | 0 | 2 | 64 | 76 | 72 | 43 | 34 |
| Binary | 1100010 | 1100000 | 101111 | 0 | 10 | 110100 | 111110 | 111010 | 100011 | 11100 |
Color Harmonies of #62602F
Complementary color
Monochromatic Colors of #62602F
Black with #62602F
Text Example
Text Example
White with #62602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62602F; }
p { color: rgb(98,96,47); }
H1.HeaderClassName
{
color: #62602F;
}
.AnyTagClassName
{
color: #62602F;
}
</style>
background-color css
<style>
a { background-color: #62602F; }
a { background-color: rgb(98,96,47); }
div.DivClassName
{
background-color: #62602F;
}
.BgClassName
{
background-color: #62602F;
}
</style>
border-color css
<style>
span { border-color: #62602F; }
span { border-color: rgb(98,96,47); }
td.TdClassName
{
border-color: #62602F;
}
.TagClassName
{
border-color: #62602F;
}
</style>