Shades of Costa Del Sol #625C2A
Tints of Costa Del Sol #625C2A
RGB
CMYK
RGB Variations
Color information
#625C2A (or 0x625C2A) is known color: Costa Del Sol. HEX triplet: 62, 5C and 2A. RGB value is (98,92,42). Sum of RGB (Red+Green+Blue) = 98+92+42=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #625C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C2A is #9DA3D5. Grayscale: #585858. Windows color (decimal): -10331094 or 2776162. OLE color: 2776162.
HSL color Cylindrical-coordinate representation of color #625C2A: hue angle of 53.57º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #625C2A is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 42 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.62 |
| HSL | 53.57º | 0.4% | 0.27% | - |
| HSV(B) | 53.57º | 0.57% | 0.38% | - |
| XYZ | 9.28 | 10.42 | 3.71 | - |
| YUV | 88.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 42 | 0 | 0.06 | 0.57 | 0.62 | 53.57 | 0.4 | 0.27 |
| Hex | 62 | 5C | 2A | 0 | 6 | 39 | 3E | 36 | 28 | 1B |
| Octal | 142 | 134 | 52 | 0 | 6 | 71 | 76 | 66 | 50 | 33 |
| Binary | 1100010 | 1011100 | 101010 | 0 | 110 | 111001 | 111110 | 110110 | 101000 | 11011 |
Color Harmonies of #625C2A
Complementary color
Monochromatic Colors of #625C2A
Black with #625C2A
Text Example
Text Example
White with #625C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C2A; }
p { color: rgb(98,92,42); }
H1.HeaderClassName
{
color: #625C2A;
}
.AnyTagClassName
{
color: #625C2A;
}
</style>
background-color css
<style>
a { background-color: #625C2A; }
a { background-color: rgb(98,92,42); }
div.DivClassName
{
background-color: #625C2A;
}
.BgClassName
{
background-color: #625C2A;
}
</style>
border-color css
<style>
span { border-color: #625C2A; }
span { border-color: rgb(98,92,42); }
td.TdClassName
{
border-color: #625C2A;
}
.TagClassName
{
border-color: #625C2A;
}
</style>