Shades of Costa Del Sol #615D02
Tints of Costa Del Sol #615D02
RGB
CMYK
RGB Variations
Color information
#615D02 (or 0x615D02) is known color: Costa Del Sol. HEX triplet: 61, 5D and 02. RGB value is (97,93,2). Sum of RGB (Red+Green+Blue) = 97+93+2=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #615D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615D02 is #9EA2FD. Grayscale: #545454. Windows color (decimal): -10396414 or 154977. OLE color: 154977.
HSL color Cylindrical-coordinate representation of color #615D02: hue angle of 57.47º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #615D02 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 2 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.62 |
| HSL | 57.47º | 0.96% | 0.19% | - |
| HSV(B) | 57.47º | 0.98% | 0.38% | - |
| XYZ | 8.86 | 10.37 | 1.59 | - |
| YUV | 83.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 2 | 0 | 0.04 | 0.98 | 0.62 | 57.47 | 0.96 | 0.19 |
| Hex | 61 | 5D | 2 | 0 | 4 | 62 | 3E | 39 | 60 | 13 |
| Octal | 141 | 135 | 2 | 0 | 4 | 142 | 76 | 71 | 140 | 23 |
| Binary | 1100001 | 1011101 | 10 | 0 | 100 | 1100010 | 111110 | 111001 | 1100000 | 10011 |
Color Harmonies of #615D02
Complementary color
Monochromatic Colors of #615D02
Black with #615D02
Text Example
Text Example
White with #615D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D02; }
p { color: rgb(97,93,2); }
H1.HeaderClassName
{
color: #615D02;
}
.AnyTagClassName
{
color: #615D02;
}
</style>
background-color css
<style>
a { background-color: #615D02; }
a { background-color: rgb(97,93,2); }
div.DivClassName
{
background-color: #615D02;
}
.BgClassName
{
background-color: #615D02;
}
</style>
border-color css
<style>
span { border-color: #615D02; }
span { border-color: rgb(97,93,2); }
td.TdClassName
{
border-color: #615D02;
}
.TagClassName
{
border-color: #615D02;
}
</style>