Shades of Costa Del Sol #615C2F
Tints of Costa Del Sol #615C2F
RGB
CMYK
RGB Variations
Color information
#615C2F (or 0x615C2F) is known color: Costa Del Sol. HEX triplet: 61, 5C and 2F. RGB value is (97,92,47). Sum of RGB (Red+Green+Blue) = 97+92+47=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #615C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C2F is #9EA3D0. Grayscale: #585858. Windows color (decimal): -10396625 or 3103841. OLE color: 3103841.
HSL color Cylindrical-coordinate representation of color #615C2F: hue angle of 54º 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 #615C2F is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 47 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.62 |
| HSL | 54º | 0.35% | 0.28% | - |
| HSV(B) | 54º | 0.52% | 0.38% | - |
| XYZ | 9.27 | 10.4 | 4.21 | - |
| YUV | 88.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 47 | 0 | 0.05 | 0.52 | 0.62 | 54 | 0.35 | 0.28 |
| Hex | 61 | 5C | 2F | 0 | 5 | 34 | 3E | 36 | 23 | 1C |
| Octal | 141 | 134 | 57 | 0 | 5 | 64 | 76 | 66 | 43 | 34 |
| Binary | 1100001 | 1011100 | 101111 | 0 | 101 | 110100 | 111110 | 110110 | 100011 | 11100 |
Color Harmonies of #615C2F
Complementary color
Monochromatic Colors of #615C2F
Black with #615C2F
Text Example
Text Example
White with #615C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C2F; }
p { color: rgb(97,92,47); }
H1.HeaderClassName
{
color: #615C2F;
}
.AnyTagClassName
{
color: #615C2F;
}
</style>
background-color css
<style>
a { background-color: #615C2F; }
a { background-color: rgb(97,92,47); }
div.DivClassName
{
background-color: #615C2F;
}
.BgClassName
{
background-color: #615C2F;
}
</style>
border-color css
<style>
span { border-color: #615C2F; }
span { border-color: rgb(97,92,47); }
td.TdClassName
{
border-color: #615C2F;
}
.TagClassName
{
border-color: #615C2F;
}
</style>