Shades of Costa Del Sol #625F30
Tints of Costa Del Sol #625F30
RGB
CMYK
RGB Variations
Color information
#625F30 (or 0x625F30) is known color: Costa Del Sol. HEX triplet: 62, 5F and 30. RGB value is (98,95,48). Sum of RGB (Red+Green+Blue) = 98+95+48=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #625F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F30 is #9DA0CF. Grayscale: #5A5A5A. Windows color (decimal): -10330320 or 3170146. OLE color: 3170146.
HSL color Cylindrical-coordinate representation of color #625F30: hue angle of 56.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #625F30 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 48 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.62 |
| HSL | 56.4º | 0.34% | 0.29% | - |
| HSV(B) | 56.4º | 0.51% | 0.38% | - |
| XYZ | 9.66 | 10.99 | 4.41 | - |
| YUV | 90.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 48 | 0 | 0.03 | 0.51 | 0.62 | 56.4 | 0.34 | 0.29 |
| Hex | 62 | 5F | 30 | 0 | 3 | 33 | 3E | 38 | 22 | 1D |
| Octal | 142 | 137 | 60 | 0 | 3 | 63 | 76 | 70 | 42 | 35 |
| Binary | 1100010 | 1011111 | 110000 | 0 | 11 | 110011 | 111110 | 111000 | 100010 | 11101 |
Color Harmonies of #625F30
Complementary color
Monochromatic Colors of #625F30
Black with #625F30
Text Example
Text Example
White with #625F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F30; }
p { color: rgb(98,95,48); }
H1.HeaderClassName
{
color: #625F30;
}
.AnyTagClassName
{
color: #625F30;
}
</style>
background-color css
<style>
a { background-color: #625F30; }
a { background-color: rgb(98,95,48); }
div.DivClassName
{
background-color: #625F30;
}
.BgClassName
{
background-color: #625F30;
}
</style>
border-color css
<style>
span { border-color: #625F30; }
span { border-color: rgb(98,95,48); }
td.TdClassName
{
border-color: #625F30;
}
.TagClassName
{
border-color: #625F30;
}
</style>