Shades of Costa Del Sol #625C2F
Tints of Costa Del Sol #625C2F
RGB
CMYK
RGB Variations
Color information
#625C2F (or 0x625C2F) is known color: Costa Del Sol. HEX triplet: 62, 5C and 2F. RGB value is (98,92,47). Sum of RGB (Red+Green+Blue) = 98+92+47=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 98 - color contains mainly: red. Hex color #625C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C2F is #9DA3D0. Grayscale: #585858. Windows color (decimal): -10331089 or 3103842. OLE color: 3103842.
HSL color Cylindrical-coordinate representation of color #625C2F: hue angle of 52.94º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #625C2F is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 47 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.62 |
| HSL | 52.94º | 0.35% | 0.28% | - |
| HSV(B) | 52.94º | 0.52% | 0.38% | - |
| XYZ | 9.38 | 10.46 | 4.21 | - |
| YUV | 88.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 47 | 0 | 0.06 | 0.52 | 0.62 | 52.94 | 0.35 | 0.28 |
| Hex | 62 | 5C | 2F | 0 | 6 | 34 | 3E | 35 | 23 | 1C |
| Octal | 142 | 134 | 57 | 0 | 6 | 64 | 76 | 65 | 43 | 34 |
| Binary | 1100010 | 1011100 | 101111 | 0 | 110 | 110100 | 111110 | 110101 | 100011 | 11100 |
Color Harmonies of #625C2F
Complementary color
Monochromatic Colors of #625C2F
Black with #625C2F
Text Example
Text Example
White with #625C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C2F; }
p { color: rgb(98,92,47); }
H1.HeaderClassName
{
color: #625C2F;
}
.AnyTagClassName
{
color: #625C2F;
}
</style>
background-color css
<style>
a { background-color: #625C2F; }
a { background-color: rgb(98,92,47); }
div.DivClassName
{
background-color: #625C2F;
}
.BgClassName
{
background-color: #625C2F;
}
</style>
border-color css
<style>
span { border-color: #625C2F; }
span { border-color: rgb(98,92,47); }
td.TdClassName
{
border-color: #625C2F;
}
.TagClassName
{
border-color: #625C2F;
}
</style>