Shades of Costa Del Sol #62621F
Tints of Costa Del Sol #62621F
RGB
CMYK
RGB Variations
Color information
#62621F (or 0x62621F) is known color: Costa Del Sol. HEX triplet: 62, 62 and 1F. RGB value is (98,98,31). Sum of RGB (Red+Green+Blue) = 98+98+31=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 98 - color contains mainly: red, green. Hex color #62621F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62621F is #9D9DE0. Grayscale: #5A5A5A. Windows color (decimal): -10329569 or 2056802. OLE color: 2056802.
HSL color Cylindrical-coordinate representation of color #62621F: hue angle of 60º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62621F is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 98 | 31 | - |
| CMYK | 0 | 0 | 0.68 | 0.62 |
| HSL | 60º | 0.52% | 0.25% | - |
| HSV(B) | 60º | 0.68% | 0.38% | - |
| XYZ | 9.65 | 11.43 | 2.99 | - |
| YUV | 90.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 31 | 0 | 0 | 0.68 | 0.62 | 60 | 0.52 | 0.25 |
| Hex | 62 | 62 | 1F | 0 | 0 | 44 | 3E | 3C | 34 | 19 |
| Octal | 142 | 142 | 37 | 0 | 0 | 104 | 76 | 74 | 64 | 31 |
| Binary | 1100010 | 1100010 | 11111 | 0 | 0 | 1000100 | 111110 | 111100 | 110100 | 11001 |
Color Harmonies of #62621F
Complementary color
Monochromatic Colors of #62621F
Black with #62621F
Text Example
Text Example
White with #62621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62621F; }
p { color: rgb(98,98,31); }
H1.HeaderClassName
{
color: #62621F;
}
.AnyTagClassName
{
color: #62621F;
}
</style>
background-color css
<style>
a { background-color: #62621F; }
a { background-color: rgb(98,98,31); }
div.DivClassName
{
background-color: #62621F;
}
.BgClassName
{
background-color: #62621F;
}
</style>
border-color css
<style>
span { border-color: #62621F; }
span { border-color: rgb(98,98,31); }
td.TdClassName
{
border-color: #62621F;
}
.TagClassName
{
border-color: #62621F;
}
</style>