Shades of Costa Del Sol #615B22
Tints of Costa Del Sol #615B22
RGB
CMYK
RGB Variations
Color information
#615B22 (or 0x615B22) is known color: Costa Del Sol. HEX triplet: 61, 5B and 22. RGB value is (97,91,34). Sum of RGB (Red+Green+Blue) = 97+91+34=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #615B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B22 is #9EA4DD. Grayscale: #565656. Windows color (decimal): -10396894 or 2251617. OLE color: 2251617.
HSL color Cylindrical-coordinate representation of color #615B22: hue angle of 54.29º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #615B22 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 34 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.62 |
| HSL | 54.29º | 0.48% | 0.26% | - |
| HSV(B) | 54.29º | 0.65% | 0.38% | - |
| XYZ | 8.96 | 10.14 | 3 | - |
| YUV | 86.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 34 | 0 | 0.06 | 0.65 | 0.62 | 54.29 | 0.48 | 0.26 |
| Hex | 61 | 5B | 22 | 0 | 6 | 41 | 3E | 36 | 30 | 1A |
| Octal | 141 | 133 | 42 | 0 | 6 | 101 | 76 | 66 | 60 | 32 |
| Binary | 1100001 | 1011011 | 100010 | 0 | 110 | 1000001 | 111110 | 110110 | 110000 | 11010 |
Color Harmonies of #615B22
Complementary color
Monochromatic Colors of #615B22
Black with #615B22
Text Example
Text Example
White with #615B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B22; }
p { color: rgb(97,91,34); }
H1.HeaderClassName
{
color: #615B22;
}
.AnyTagClassName
{
color: #615B22;
}
</style>
background-color css
<style>
a { background-color: #615B22; }
a { background-color: rgb(97,91,34); }
div.DivClassName
{
background-color: #615B22;
}
.BgClassName
{
background-color: #615B22;
}
</style>
border-color css
<style>
span { border-color: #615B22; }
span { border-color: rgb(97,91,34); }
td.TdClassName
{
border-color: #615B22;
}
.TagClassName
{
border-color: #615B22;
}
</style>