Shades of Costa Del Sol #62612D
Tints of Costa Del Sol #62612D
RGB
CMYK
RGB Variations
Color information
#62612D (or 0x62612D) is known color: Costa Del Sol. HEX triplet: 62, 61 and 2D. RGB value is (98,97,45). Sum of RGB (Red+Green+Blue) = 98+97+45=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 98 - color contains mainly: red. Hex color #62612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62612D is #9D9ED2. Grayscale: #5B5B5B. Windows color (decimal): -10329811 or 2974050. OLE color: 2974050.
HSL color Cylindrical-coordinate representation of color #62612D: hue angle of 58.87º 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 #62612D is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 45 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.62 |
| HSL | 58.87º | 0.37% | 0.28% | - |
| HSV(B) | 58.87º | 0.54% | 0.38% | - |
| XYZ | 9.79 | 11.34 | 4.15 | - |
| YUV | 91.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 45 | 0 | 0.01 | 0.54 | 0.62 | 58.87 | 0.37 | 0.28 |
| Hex | 62 | 61 | 2D | 0 | 1 | 36 | 3E | 3B | 25 | 1C |
| Octal | 142 | 141 | 55 | 0 | 1 | 66 | 76 | 73 | 45 | 34 |
| Binary | 1100010 | 1100001 | 101101 | 0 | 1 | 110110 | 111110 | 111011 | 100101 | 11100 |
Color Harmonies of #62612D
Complementary color
Monochromatic Colors of #62612D
Black with #62612D
Text Example
Text Example
White with #62612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62612D; }
p { color: rgb(98,97,45); }
H1.HeaderClassName
{
color: #62612D;
}
.AnyTagClassName
{
color: #62612D;
}
</style>
background-color css
<style>
a { background-color: #62612D; }
a { background-color: rgb(98,97,45); }
div.DivClassName
{
background-color: #62612D;
}
.BgClassName
{
background-color: #62612D;
}
</style>
border-color css
<style>
span { border-color: #62612D; }
span { border-color: rgb(98,97,45); }
td.TdClassName
{
border-color: #62612D;
}
.TagClassName
{
border-color: #62612D;
}
</style>