Shades of Costa Del Sol #625C30
Tints of Costa Del Sol #625C30
RGB
CMYK
RGB Variations
Color information
#625C30 (or 0x625C30) is known color: Costa Del Sol. HEX triplet: 62, 5C and 30. RGB value is (98,92,48). Sum of RGB (Red+Green+Blue) = 98+92+48=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 98 - color contains mainly: red. Hex color #625C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C30 is #9DA3CF. Grayscale: #585858. Windows color (decimal): -10331088 or 3169378. OLE color: 3169378.
HSL color Cylindrical-coordinate representation of color #625C30: hue angle of 52.8º 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 #625C30 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 48 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.62 |
| HSL | 52.8º | 0.34% | 0.29% | - |
| HSV(B) | 52.8º | 0.51% | 0.38% | - |
| XYZ | 9.4 | 10.46 | 4.32 | - |
| YUV | 88.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 48 | 0 | 0.06 | 0.51 | 0.62 | 52.8 | 0.34 | 0.29 |
| Hex | 62 | 5C | 30 | 0 | 6 | 33 | 3E | 35 | 22 | 1D |
| Octal | 142 | 134 | 60 | 0 | 6 | 63 | 76 | 65 | 42 | 35 |
| Binary | 1100010 | 1011100 | 110000 | 0 | 110 | 110011 | 111110 | 110101 | 100010 | 11101 |
Color Harmonies of #625C30
Complementary color
Monochromatic Colors of #625C30
Black with #625C30
Text Example
Text Example
White with #625C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C30; }
p { color: rgb(98,92,48); }
H1.HeaderClassName
{
color: #625C30;
}
.AnyTagClassName
{
color: #625C30;
}
</style>
background-color css
<style>
a { background-color: #625C30; }
a { background-color: rgb(98,92,48); }
div.DivClassName
{
background-color: #625C30;
}
.BgClassName
{
background-color: #625C30;
}
</style>
border-color css
<style>
span { border-color: #625C30; }
span { border-color: rgb(98,92,48); }
td.TdClassName
{
border-color: #625C30;
}
.TagClassName
{
border-color: #625C30;
}
</style>