Shades of Costa Del Sol #625B30
Tints of Costa Del Sol #625B30
RGB
CMYK
RGB Variations
Color information
#625B30 (or 0x625B30) is known color: Costa Del Sol. HEX triplet: 62, 5B and 30. RGB value is (98,91,48). Sum of RGB (Red+Green+Blue) = 98+91+48=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 98 - color contains mainly: red. Hex color #625B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625B30 is #9DA4CF. Grayscale: #585858. Windows color (decimal): -10331344 or 3169122. OLE color: 3169122.
HSL color Cylindrical-coordinate representation of color #625B30: hue angle of 51.6º 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 #625B30 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 91 | 48 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.62 |
| HSL | 51.6º | 0.34% | 0.29% | - |
| HSV(B) | 51.6º | 0.51% | 0.38% | - |
| XYZ | 9.31 | 10.29 | 4.29 | - |
| YUV | 88.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 48 | 0 | 0.07 | 0.51 | 0.62 | 51.6 | 0.34 | 0.29 |
| Hex | 62 | 5B | 30 | 0 | 7 | 33 | 3E | 34 | 22 | 1D |
| Octal | 142 | 133 | 60 | 0 | 7 | 63 | 76 | 64 | 42 | 35 |
| Binary | 1100010 | 1011011 | 110000 | 0 | 111 | 110011 | 111110 | 110100 | 100010 | 11101 |
Color Harmonies of #625B30
Complementary color
Monochromatic Colors of #625B30
Black with #625B30
Text Example
Text Example
White with #625B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B30; }
p { color: rgb(98,91,48); }
H1.HeaderClassName
{
color: #625B30;
}
.AnyTagClassName
{
color: #625B30;
}
</style>
background-color css
<style>
a { background-color: #625B30; }
a { background-color: rgb(98,91,48); }
div.DivClassName
{
background-color: #625B30;
}
.BgClassName
{
background-color: #625B30;
}
</style>
border-color css
<style>
span { border-color: #625B30; }
span { border-color: rgb(98,91,48); }
td.TdClassName
{
border-color: #625B30;
}
.TagClassName
{
border-color: #625B30;
}
</style>