Shades of Costa Del Sol #62621B
Tints of Costa Del Sol #62621B
RGB
CMYK
RGB Variations
Color information
#62621B (or 0x62621B) is known color: Costa Del Sol. HEX triplet: 62, 62 and 1B. RGB value is (98,98,27). Sum of RGB (Red+Green+Blue) = 98+98+27=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 98 - color contains mainly: red, green. Hex color #62621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62621B is #9D9DE4. Grayscale: #5A5A5A. Windows color (decimal): -10329573 or 1794658. OLE color: 1794658.
HSL color Cylindrical-coordinate representation of color #62621B: hue angle of 60º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62621B is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 98 | 27 | - |
| CMYK | 0 | 0 | 0.72 | 0.62 |
| HSL | 60º | 0.57% | 0.25% | - |
| HSV(B) | 60º | 0.72% | 0.38% | - |
| XYZ | 9.6 | 11.41 | 2.73 | - |
| YUV | 89.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 27 | 0 | 0 | 0.72 | 0.62 | 60 | 0.57 | 0.25 |
| Hex | 62 | 62 | 1B | 0 | 0 | 48 | 3E | 3C | 39 | 19 |
| Octal | 142 | 142 | 33 | 0 | 0 | 110 | 76 | 74 | 71 | 31 |
| Binary | 1100010 | 1100010 | 11011 | 0 | 0 | 1001000 | 111110 | 111100 | 111001 | 11001 |
Color Harmonies of #62621B
Complementary color
Monochromatic Colors of #62621B
Black with #62621B
Text Example
Text Example
White with #62621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62621B; }
p { color: rgb(98,98,27); }
H1.HeaderClassName
{
color: #62621B;
}
.AnyTagClassName
{
color: #62621B;
}
</style>
background-color css
<style>
a { background-color: #62621B; }
a { background-color: rgb(98,98,27); }
div.DivClassName
{
background-color: #62621B;
}
.BgClassName
{
background-color: #62621B;
}
</style>
border-color css
<style>
span { border-color: #62621B; }
span { border-color: rgb(98,98,27); }
td.TdClassName
{
border-color: #62621B;
}
.TagClassName
{
border-color: #62621B;
}
</style>