Shades of Costa Del Sol #62592A
Tints of Costa Del Sol #62592A
RGB
CMYK
RGB Variations
Color information
#62592A (or 0x62592A) is known color: Costa Del Sol. HEX triplet: 62, 59 and 2A. RGB value is (98,89,42). Sum of RGB (Red+Green+Blue) = 98+89+42=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #62592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62592A is #9DA6D5. Grayscale: #565656. Windows color (decimal): -10331862 or 2775394. OLE color: 2775394.
HSL color Cylindrical-coordinate representation of color #62592A: hue angle of 50.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62592A is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 89 | 42 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.62 |
| HSL | 50.36º | 0.4% | 0.27% | - |
| HSV(B) | 50.36º | 0.57% | 0.38% | - |
| XYZ | 9.03 | 9.91 | 3.63 | - |
| YUV | 86.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 42 | 0 | 0.09 | 0.57 | 0.62 | 50.36 | 0.4 | 0.27 |
| Hex | 62 | 59 | 2A | 0 | 9 | 39 | 3E | 32 | 28 | 1B |
| Octal | 142 | 131 | 52 | 0 | 11 | 71 | 76 | 62 | 50 | 33 |
| Binary | 1100010 | 1011001 | 101010 | 0 | 1001 | 111001 | 111110 | 110010 | 101000 | 11011 |
Color Harmonies of #62592A
Complementary color
Monochromatic Colors of #62592A
Black with #62592A
Text Example
Text Example
White with #62592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62592A; }
p { color: rgb(98,89,42); }
H1.HeaderClassName
{
color: #62592A;
}
.AnyTagClassName
{
color: #62592A;
}
</style>
background-color css
<style>
a { background-color: #62592A; }
a { background-color: rgb(98,89,42); }
div.DivClassName
{
background-color: #62592A;
}
.BgClassName
{
background-color: #62592A;
}
</style>
border-color css
<style>
span { border-color: #62592A; }
span { border-color: rgb(98,89,42); }
td.TdClassName
{
border-color: #62592A;
}
.TagClassName
{
border-color: #62592A;
}
</style>