Shades of Costa Del Sol #615E2F
Tints of Costa Del Sol #615E2F
RGB
CMYK
RGB Variations
Color information
#615E2F (or 0x615E2F) is known color: Costa Del Sol. HEX triplet: 61, 5E and 2F. RGB value is (97,94,47). Sum of RGB (Red+Green+Blue) = 97+94+47=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #615E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E2F is #9EA1D0. Grayscale: #595959. Windows color (decimal): -10396113 or 3104353. OLE color: 3104353.
HSL color Cylindrical-coordinate representation of color #615E2F: hue angle of 56.4º 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 #615E2F is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 47 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.62 |
| HSL | 56.4º | 0.35% | 0.28% | - |
| HSV(B) | 56.4º | 0.52% | 0.38% | - |
| XYZ | 9.45 | 10.75 | 4.27 | - |
| YUV | 89.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 47 | 0 | 0.03 | 0.52 | 0.62 | 56.4 | 0.35 | 0.28 |
| Hex | 61 | 5E | 2F | 0 | 3 | 34 | 3E | 38 | 23 | 1C |
| Octal | 141 | 136 | 57 | 0 | 3 | 64 | 76 | 70 | 43 | 34 |
| Binary | 1100001 | 1011110 | 101111 | 0 | 11 | 110100 | 111110 | 111000 | 100011 | 11100 |
Color Harmonies of #615E2F
Complementary color
Monochromatic Colors of #615E2F
Black with #615E2F
Text Example
Text Example
White with #615E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E2F; }
p { color: rgb(97,94,47); }
H1.HeaderClassName
{
color: #615E2F;
}
.AnyTagClassName
{
color: #615E2F;
}
</style>
background-color css
<style>
a { background-color: #615E2F; }
a { background-color: rgb(97,94,47); }
div.DivClassName
{
background-color: #615E2F;
}
.BgClassName
{
background-color: #615E2F;
}
</style>
border-color css
<style>
span { border-color: #615E2F; }
span { border-color: rgb(97,94,47); }
td.TdClassName
{
border-color: #615E2F;
}
.TagClassName
{
border-color: #615E2F;
}
</style>