Shades of Costa Del Sol #605E32
Tints of Costa Del Sol #605E32
RGB
CMYK
RGB Variations
Color information
#605E32 (or 0x605E32) is known color: Costa Del Sol. HEX triplet: 60, 5E and 32. RGB value is (96,94,50). Sum of RGB (Red+Green+Blue) = 96+94+50=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #605E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E32 is #9FA1CD. Grayscale: #595959. Windows color (decimal): -10461646 or 3300960. OLE color: 3300960.
HSL color Cylindrical-coordinate representation of color #605E32: hue angle of 57.39º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #605E32 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 50 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.62 |
| HSL | 57.39º | 0.32% | 0.29% | - |
| HSV(B) | 57.39º | 0.48% | 0.38% | - |
| XYZ | 9.4 | 10.72 | 4.59 | - |
| YUV | 89.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 50 | 0 | 0.02 | 0.48 | 0.62 | 57.39 | 0.32 | 0.29 |
| Hex | 60 | 5E | 32 | 0 | 2 | 30 | 3E | 39 | 20 | 1D |
| Octal | 140 | 136 | 62 | 0 | 2 | 60 | 76 | 71 | 40 | 35 |
| Binary | 1100000 | 1011110 | 110010 | 0 | 10 | 110000 | 111110 | 111001 | 100000 | 11101 |
Color Harmonies of #605E32
Complementary color
Monochromatic Colors of #605E32
Black with #605E32
Text Example
Text Example
White with #605E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E32; }
p { color: rgb(96,94,50); }
H1.HeaderClassName
{
color: #605E32;
}
.AnyTagClassName
{
color: #605E32;
}
</style>
background-color css
<style>
a { background-color: #605E32; }
a { background-color: rgb(96,94,50); }
div.DivClassName
{
background-color: #605E32;
}
.BgClassName
{
background-color: #605E32;
}
</style>
border-color css
<style>
span { border-color: #605E32; }
span { border-color: rgb(96,94,50); }
td.TdClassName
{
border-color: #605E32;
}
.TagClassName
{
border-color: #605E32;
}
</style>