Shades of Costa Del Sol #605B04
Tints of Costa Del Sol #605B04
RGB
CMYK
RGB Variations
Color information
#605B04 (or 0x605B04) is known color: Costa Del Sol. HEX triplet: 60, 5B and 04. RGB value is (96,91,4). Sum of RGB (Red+Green+Blue) = 96+91+4=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #605B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605B04 is #9FA4FB. Grayscale: #525252. Windows color (decimal): -10462460 or 285536. OLE color: 285536.
HSL color Cylindrical-coordinate representation of color #605B04: hue angle of 56.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #605B04 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 4 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.62 |
| HSL | 56.74º | 0.92% | 0.2% | - |
| HSV(B) | 56.74º | 0.96% | 0.38% | - |
| XYZ | 8.59 | 9.98 | 1.59 | - |
| YUV | 82.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 4 | 0 | 0.05 | 0.96 | 0.62 | 56.74 | 0.92 | 0.2 |
| Hex | 60 | 5B | 4 | 0 | 5 | 60 | 3E | 39 | 5C | 14 |
| Octal | 140 | 133 | 4 | 0 | 5 | 140 | 76 | 71 | 134 | 24 |
| Binary | 1100000 | 1011011 | 100 | 0 | 101 | 1100000 | 111110 | 111001 | 1011100 | 10100 |
Color Harmonies of #605B04
Complementary color
Monochromatic Colors of #605B04
Black with #605B04
Text Example
Text Example
White with #605B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B04; }
p { color: rgb(96,91,4); }
H1.HeaderClassName
{
color: #605B04;
}
.AnyTagClassName
{
color: #605B04;
}
</style>
background-color css
<style>
a { background-color: #605B04; }
a { background-color: rgb(96,91,4); }
div.DivClassName
{
background-color: #605B04;
}
.BgClassName
{
background-color: #605B04;
}
</style>
border-color css
<style>
span { border-color: #605B04; }
span { border-color: rgb(96,91,4); }
td.TdClassName
{
border-color: #605B04;
}
.TagClassName
{
border-color: #605B04;
}
</style>