Shades of Costa Del Sol #625E0B
Tints of Costa Del Sol #625E0B
RGB
CMYK
RGB Variations
Color information
#625E0B (or 0x625E0B) is known color: Costa Del Sol. HEX triplet: 62, 5E and 0B. RGB value is (98,94,11). Sum of RGB (Red+Green+Blue) = 98+94+11=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #625E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625E0B is #9DA1F4. Grayscale: #565656. Windows color (decimal): -10330613 or 745058. OLE color: 745058.
HSL color Cylindrical-coordinate representation of color #625E0B: hue angle of 57.24º 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 #625E0B is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 94 | 11 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.62 |
| HSL | 57.24º | 0.8% | 0.21% | - |
| HSV(B) | 57.24º | 0.89% | 0.38% | - |
| XYZ | 9.1 | 10.63 | 1.89 | - |
| YUV | 85.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 11 | 0 | 0.04 | 0.89 | 0.62 | 57.24 | 0.8 | 0.21 |
| Hex | 62 | 5E | B | 0 | 4 | 59 | 3E | 39 | 50 | 15 |
| Octal | 142 | 136 | 13 | 0 | 4 | 131 | 76 | 71 | 120 | 25 |
| Binary | 1100010 | 1011110 | 1011 | 0 | 100 | 1011001 | 111110 | 111001 | 1010000 | 10101 |
Color Harmonies of #625E0B
Complementary color
Monochromatic Colors of #625E0B
Black with #625E0B
Text Example
Text Example
White with #625E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E0B; }
p { color: rgb(98,94,11); }
H1.HeaderClassName
{
color: #625E0B;
}
.AnyTagClassName
{
color: #625E0B;
}
</style>
background-color css
<style>
a { background-color: #625E0B; }
a { background-color: rgb(98,94,11); }
div.DivClassName
{
background-color: #625E0B;
}
.BgClassName
{
background-color: #625E0B;
}
</style>
border-color css
<style>
span { border-color: #625E0B; }
span { border-color: rgb(98,94,11); }
td.TdClassName
{
border-color: #625E0B;
}
.TagClassName
{
border-color: #625E0B;
}
</style>