Shades of Costa Del Sol #626132
Tints of Costa Del Sol #626132
RGB
CMYK
RGB Variations
Color information
#626132 (or 0x626132) is known color: Costa Del Sol. HEX triplet: 62, 61 and 32. RGB value is (98,97,50). Sum of RGB (Red+Green+Blue) = 98+97+50=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #626132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626132 is #9D9ECD. Grayscale: #5C5C5C. Windows color (decimal): -10329806 or 3301730. OLE color: 3301730.
HSL color Cylindrical-coordinate representation of color #626132: hue angle of 58.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #626132 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 50 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.62 |
| HSL | 58.75º | 0.32% | 0.29% | - |
| HSV(B) | 58.75º | 0.49% | 0.38% | - |
| XYZ | 9.89 | 11.38 | 4.69 | - |
| YUV | 91.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 50 | 0 | 0.01 | 0.49 | 0.62 | 58.75 | 0.32 | 0.29 |
| Hex | 62 | 61 | 32 | 0 | 1 | 31 | 3E | 3B | 20 | 1D |
| Octal | 142 | 141 | 62 | 0 | 1 | 61 | 76 | 73 | 40 | 35 |
| Binary | 1100010 | 1100001 | 110010 | 0 | 1 | 110001 | 111110 | 111011 | 100000 | 11101 |
Color Harmonies of #626132
Complementary color
Monochromatic Colors of #626132
Black with #626132
Text Example
Text Example
White with #626132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626132; }
p { color: rgb(98,97,50); }
H1.HeaderClassName
{
color: #626132;
}
.AnyTagClassName
{
color: #626132;
}
</style>
background-color css
<style>
a { background-color: #626132; }
a { background-color: rgb(98,97,50); }
div.DivClassName
{
background-color: #626132;
}
.BgClassName
{
background-color: #626132;
}
</style>
border-color css
<style>
span { border-color: #626132; }
span { border-color: rgb(98,97,50); }
td.TdClassName
{
border-color: #626132;
}
.TagClassName
{
border-color: #626132;
}
</style>