Shades of Costa Del Sol #615C1F
Tints of Costa Del Sol #615C1F
RGB
CMYK
RGB Variations
Color information
#615C1F (or 0x615C1F) is known color: Costa Del Sol. HEX triplet: 61, 5C and 1F. RGB value is (97,92,31). Sum of RGB (Red+Green+Blue) = 97+92+31=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #615C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C1F is #9EA3E0. Grayscale: #565656. Windows color (decimal): -10396641 or 2055265. OLE color: 2055265.
HSL color Cylindrical-coordinate representation of color #615C1F: hue angle of 55.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #615C1F is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 31 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.62 |
| HSL | 55.45º | 0.52% | 0.25% | - |
| HSV(B) | 55.45º | 0.68% | 0.38% | - |
| XYZ | 9 | 10.29 | 2.81 | - |
| YUV | 86.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 31 | 0 | 0.05 | 0.68 | 0.62 | 55.45 | 0.52 | 0.25 |
| Hex | 61 | 5C | 1F | 0 | 5 | 44 | 3E | 37 | 34 | 19 |
| Octal | 141 | 134 | 37 | 0 | 5 | 104 | 76 | 67 | 64 | 31 |
| Binary | 1100001 | 1011100 | 11111 | 0 | 101 | 1000100 | 111110 | 110111 | 110100 | 11001 |
Color Harmonies of #615C1F
Complementary color
Monochromatic Colors of #615C1F
Black with #615C1F
Text Example
Text Example
White with #615C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C1F; }
p { color: rgb(97,92,31); }
H1.HeaderClassName
{
color: #615C1F;
}
.AnyTagClassName
{
color: #615C1F;
}
</style>
background-color css
<style>
a { background-color: #615C1F; }
a { background-color: rgb(97,92,31); }
div.DivClassName
{
background-color: #615C1F;
}
.BgClassName
{
background-color: #615C1F;
}
</style>
border-color css
<style>
span { border-color: #615C1F; }
span { border-color: rgb(97,92,31); }
td.TdClassName
{
border-color: #615C1F;
}
.TagClassName
{
border-color: #615C1F;
}
</style>