Shades of Costa Del Sol #625C25
Tints of Costa Del Sol #625C25
RGB
CMYK
RGB Variations
Color information
#625C25 (or 0x625C25) is known color: Costa Del Sol. HEX triplet: 62, 5C and 25. RGB value is (98,92,37). Sum of RGB (Red+Green+Blue) = 98+92+37=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #625C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C25 is #9DA3DA. Grayscale: #575757. Windows color (decimal): -10331099 or 2448482. OLE color: 2448482.
HSL color Cylindrical-coordinate representation of color #625C25: hue angle of 54.1º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #625C25 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 37 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.62 |
| HSL | 54.1º | 0.45% | 0.26% | - |
| HSV(B) | 54.1º | 0.62% | 0.38% | - |
| XYZ | 9.2 | 10.38 | 3.27 | - |
| YUV | 87.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 37 | 0 | 0.06 | 0.62 | 0.62 | 54.1 | 0.45 | 0.26 |
| Hex | 62 | 5C | 25 | 0 | 6 | 3E | 3E | 36 | 2D | 1A |
| Octal | 142 | 134 | 45 | 0 | 6 | 76 | 76 | 66 | 55 | 32 |
| Binary | 1100010 | 1011100 | 100101 | 0 | 110 | 111110 | 111110 | 110110 | 101101 | 11010 |
Color Harmonies of #625C25
Complementary color
Monochromatic Colors of #625C25
Black with #625C25
Text Example
Text Example
White with #625C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C25; }
p { color: rgb(98,92,37); }
H1.HeaderClassName
{
color: #625C25;
}
.AnyTagClassName
{
color: #625C25;
}
</style>
background-color css
<style>
a { background-color: #625C25; }
a { background-color: rgb(98,92,37); }
div.DivClassName
{
background-color: #625C25;
}
.BgClassName
{
background-color: #625C25;
}
</style>
border-color css
<style>
span { border-color: #625C25; }
span { border-color: rgb(98,92,37); }
td.TdClassName
{
border-color: #625C25;
}
.TagClassName
{
border-color: #625C25;
}
</style>