Shades of Costa Del Sol #62622D
Tints of Costa Del Sol #62622D
RGB
CMYK
RGB Variations
Color information
#62622D (or 0x62622D) is known color: Costa Del Sol. HEX triplet: 62, 62 and 2D. RGB value is (98,98,45). Sum of RGB (Red+Green+Blue) = 98+98+45=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 98 - color contains mainly: red, green. Hex color #62622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62622D is #9D9DD2. Grayscale: #5C5C5C. Windows color (decimal): -10329555 or 2974306. OLE color: 2974306.
HSL color Cylindrical-coordinate representation of color #62622D: hue angle of 60º 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 #62622D is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 98 | 45 | - |
| CMYK | 0 | 0 | 0.54 | 0.62 |
| HSL | 60º | 0.37% | 0.28% | - |
| HSV(B) | 60º | 0.54% | 0.38% | - |
| XYZ | 9.88 | 11.52 | 4.19 | - |
| YUV | 91.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 45 | 0 | 0 | 0.54 | 0.62 | 60 | 0.37 | 0.28 |
| Hex | 62 | 62 | 2D | 0 | 0 | 36 | 3E | 3C | 25 | 1C |
| Octal | 142 | 142 | 55 | 0 | 0 | 66 | 76 | 74 | 45 | 34 |
| Binary | 1100010 | 1100010 | 101101 | 0 | 0 | 110110 | 111110 | 111100 | 100101 | 11100 |
Color Harmonies of #62622D
Complementary color
Monochromatic Colors of #62622D
Black with #62622D
Text Example
Text Example
White with #62622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62622D; }
p { color: rgb(98,98,45); }
H1.HeaderClassName
{
color: #62622D;
}
.AnyTagClassName
{
color: #62622D;
}
</style>
background-color css
<style>
a { background-color: #62622D; }
a { background-color: rgb(98,98,45); }
div.DivClassName
{
background-color: #62622D;
}
.BgClassName
{
background-color: #62622D;
}
</style>
border-color css
<style>
span { border-color: #62622D; }
span { border-color: rgb(98,98,45); }
td.TdClassName
{
border-color: #62622D;
}
.TagClassName
{
border-color: #62622D;
}
</style>