Shades of Costa Del Sol #62632A
Tints of Costa Del Sol #62632A
RGB
CMYK
RGB Variations
Color information
#62632A (or 0x62632A) is known color: Costa Del Sol. HEX triplet: 62, 63 and 2A. RGB value is (98,99,42). Sum of RGB (Red+Green+Blue) = 98+99+42=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #62632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62632A is #9D9CD5. Grayscale: #5C5C5C. Windows color (decimal): -10329302 or 2777954. OLE color: 2777954.
HSL color Cylindrical-coordinate representation of color #62632A: hue angle of 61.05º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62632A is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 99 | 42 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.61 |
| HSL | 61.05º | 0.4% | 0.28% | - |
| HSV(B) | 61.05º | 0.58% | 0.39% | - |
| XYZ | 9.92 | 11.69 | 3.92 | - |
| YUV | 92.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 42 | 0.01 | 0 | 0.58 | 0.61 | 61.05 | 0.4 | 0.28 |
| Hex | 62 | 63 | 2A | 1 | 0 | 3A | 3D | 3D | 28 | 1C |
| Octal | 142 | 143 | 52 | 1 | 0 | 72 | 75 | 75 | 50 | 34 |
| Binary | 1100010 | 1100011 | 101010 | 1 | 0 | 111010 | 111101 | 111101 | 101000 | 11100 |
Color Harmonies of #62632A
Complementary color
Monochromatic Colors of #62632A
Black with #62632A
Text Example
Text Example
White with #62632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62632A; }
p { color: rgb(98,99,42); }
H1.HeaderClassName
{
color: #62632A;
}
.AnyTagClassName
{
color: #62632A;
}
</style>
background-color css
<style>
a { background-color: #62632A; }
a { background-color: rgb(98,99,42); }
div.DivClassName
{
background-color: #62632A;
}
.BgClassName
{
background-color: #62632A;
}
</style>
border-color css
<style>
span { border-color: #62632A; }
span { border-color: rgb(98,99,42); }
td.TdClassName
{
border-color: #62632A;
}
.TagClassName
{
border-color: #62632A;
}
</style>