Shades of Costa Del Sol #625A0B
Tints of Costa Del Sol #625A0B
RGB
CMYK
RGB Variations
Color information
#625A0B (or 0x625A0B) is known color: Costa Del Sol. HEX triplet: 62, 5A and 0B. RGB value is (98,90,11). Sum of RGB (Red+Green+Blue) = 98+90+11=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #625A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A0B is #9DA5F4. Grayscale: #535353. Windows color (decimal): -10331637 or 744034. OLE color: 744034.
HSL color Cylindrical-coordinate representation of color #625A0B: hue angle of 54.48º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #625A0B is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 11 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.62 |
| HSL | 54.48º | 0.8% | 0.21% | - |
| HSV(B) | 54.48º | 0.89% | 0.38% | - |
| XYZ | 8.75 | 9.93 | 1.77 | - |
| YUV | 83.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 11 | 0 | 0.08 | 0.89 | 0.62 | 54.48 | 0.8 | 0.21 |
| Hex | 62 | 5A | B | 0 | 8 | 59 | 3E | 36 | 50 | 15 |
| Octal | 142 | 132 | 13 | 0 | 10 | 131 | 76 | 66 | 120 | 25 |
| Binary | 1100010 | 1011010 | 1011 | 0 | 1000 | 1011001 | 111110 | 110110 | 1010000 | 10101 |
Color Harmonies of #625A0B
Complementary color
Monochromatic Colors of #625A0B
Black with #625A0B
Text Example
Text Example
White with #625A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A0B; }
p { color: rgb(98,90,11); }
H1.HeaderClassName
{
color: #625A0B;
}
.AnyTagClassName
{
color: #625A0B;
}
</style>
background-color css
<style>
a { background-color: #625A0B; }
a { background-color: rgb(98,90,11); }
div.DivClassName
{
background-color: #625A0B;
}
.BgClassName
{
background-color: #625A0B;
}
</style>
border-color css
<style>
span { border-color: #625A0B; }
span { border-color: rgb(98,90,11); }
td.TdClassName
{
border-color: #625A0B;
}
.TagClassName
{
border-color: #625A0B;
}
</style>