Shades of Costa Del Sol #62592D
Tints of Costa Del Sol #62592D
RGB
CMYK
RGB Variations
Color information
#62592D (or 0x62592D) is known color: Costa Del Sol. HEX triplet: 62, 59 and 2D. RGB value is (98,89,45). Sum of RGB (Red+Green+Blue) = 98+89+45=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #62592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62592D is #9DA6D2. Grayscale: #565656. Windows color (decimal): -10331859 or 2972002. OLE color: 2972002.
HSL color Cylindrical-coordinate representation of color #62592D: hue angle of 49.81º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62592D is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 89 | 45 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.62 |
| HSL | 49.81º | 0.37% | 0.28% | - |
| HSV(B) | 49.81º | 0.54% | 0.38% | - |
| XYZ | 9.08 | 9.93 | 3.92 | - |
| YUV | 86.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 45 | 0 | 0.09 | 0.54 | 0.62 | 49.81 | 0.37 | 0.28 |
| Hex | 62 | 59 | 2D | 0 | 9 | 36 | 3E | 32 | 25 | 1C |
| Octal | 142 | 131 | 55 | 0 | 11 | 66 | 76 | 62 | 45 | 34 |
| Binary | 1100010 | 1011001 | 101101 | 0 | 1001 | 110110 | 111110 | 110010 | 100101 | 11100 |
Color Harmonies of #62592D
Complementary color
Monochromatic Colors of #62592D
Black with #62592D
Text Example
Text Example
White with #62592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62592D; }
p { color: rgb(98,89,45); }
H1.HeaderClassName
{
color: #62592D;
}
.AnyTagClassName
{
color: #62592D;
}
</style>
background-color css
<style>
a { background-color: #62592D; }
a { background-color: rgb(98,89,45); }
div.DivClassName
{
background-color: #62592D;
}
.BgClassName
{
background-color: #62592D;
}
</style>
border-color css
<style>
span { border-color: #62592D; }
span { border-color: rgb(98,89,45); }
td.TdClassName
{
border-color: #62592D;
}
.TagClassName
{
border-color: #62592D;
}
</style>