Shades of Costa Del Sol #625B00
Tints of Costa Del Sol #625B00
RGB
CMYK
RGB Variations
Color information
#625B00 (or 0x625B00) is known color: Costa Del Sol. HEX triplet: 62, 5B and 00. RGB value is (98,91,0). Sum of RGB (Red+Green+Blue) = 98+91+0=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #625B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625B00 is #9DA4FF. Grayscale: #535353. Windows color (decimal): -10331392 or 23394. OLE color: 23394.
HSL color Cylindrical-coordinate representation of color #625B00: hue angle of 55.71º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #625B00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 91 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.62 |
| HSL | 55.71º | 1% | 0.19% | - |
| HSV(B) | 55.71º | 1% | 0.38% | - |
| XYZ | 8.78 | 10.08 | 1.48 | - |
| YUV | 82.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 0 | 0 | 0.07 | 1 | 0.62 | 55.71 | 1 | 0.19 |
| Hex | 62 | 5B | 0 | 0 | 7 | 64 | 3E | 38 | 64 | 13 |
| Octal | 142 | 133 | 0 | 0 | 7 | 144 | 76 | 70 | 144 | 23 |
| Binary | 1100010 | 1011011 | 0 | 0 | 111 | 1100100 | 111110 | 111000 | 1100100 | 10011 |
Color Harmonies of #625B00
Complementary color
Monochromatic Colors of #625B00
Black with #625B00
Text Example
Text Example
White with #625B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B00; }
p { color: rgb(98,91,0); }
H1.HeaderClassName
{
color: #625B00;
}
.AnyTagClassName
{
color: #625B00;
}
</style>
background-color css
<style>
a { background-color: #625B00; }
a { background-color: rgb(98,91,0); }
div.DivClassName
{
background-color: #625B00;
}
.BgClassName
{
background-color: #625B00;
}
</style>
border-color css
<style>
span { border-color: #625B00; }
span { border-color: rgb(98,91,0); }
td.TdClassName
{
border-color: #625B00;
}
.TagClassName
{
border-color: #625B00;
}
</style>