Shades of Costa Del Sol #625F25
Tints of Costa Del Sol #625F25
RGB
CMYK
RGB Variations
Color information
#625F25 (or 0x625F25) is known color: Costa Del Sol. HEX triplet: 62, 5F and 25. RGB value is (98,95,37). Sum of RGB (Red+Green+Blue) = 98+95+37=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #625F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F25 is #9DA0DA. Grayscale: #595959. Windows color (decimal): -10330331 or 2449250. OLE color: 2449250.
HSL color Cylindrical-coordinate representation of color #625F25: hue angle of 57.05º 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 #625F25 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 37 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.62 |
| HSL | 57.05º | 0.45% | 0.26% | - |
| HSV(B) | 57.05º | 0.62% | 0.38% | - |
| XYZ | 9.46 | 10.91 | 3.36 | - |
| YUV | 89.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 37 | 0 | 0.03 | 0.62 | 0.62 | 57.05 | 0.45 | 0.26 |
| Hex | 62 | 5F | 25 | 0 | 3 | 3E | 3E | 39 | 2D | 1A |
| Octal | 142 | 137 | 45 | 0 | 3 | 76 | 76 | 71 | 55 | 32 |
| Binary | 1100010 | 1011111 | 100101 | 0 | 11 | 111110 | 111110 | 111001 | 101101 | 11010 |
Color Harmonies of #625F25
Complementary color
Monochromatic Colors of #625F25
Black with #625F25
Text Example
Text Example
White with #625F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F25; }
p { color: rgb(98,95,37); }
H1.HeaderClassName
{
color: #625F25;
}
.AnyTagClassName
{
color: #625F25;
}
</style>
background-color css
<style>
a { background-color: #625F25; }
a { background-color: rgb(98,95,37); }
div.DivClassName
{
background-color: #625F25;
}
.BgClassName
{
background-color: #625F25;
}
</style>
border-color css
<style>
span { border-color: #625F25; }
span { border-color: rgb(98,95,37); }
td.TdClassName
{
border-color: #625F25;
}
.TagClassName
{
border-color: #625F25;
}
</style>