Shades of Costa Del Sol #605F29
Tints of Costa Del Sol #605F29
RGB
CMYK
RGB Variations
Color information
#605F29 (or 0x605F29) is known color: Costa Del Sol. HEX triplet: 60, 5F and 29. RGB value is (96,95,41). Sum of RGB (Red+Green+Blue) = 96+95+41=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #605F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F29 is #9FA0D6. Grayscale: #595959. Windows color (decimal): -10461399 or 2711392. OLE color: 2711392.
HSL color Cylindrical-coordinate representation of color #605F29: hue angle of 58.91º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #605F29 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 41 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.62 |
| HSL | 58.91º | 0.4% | 0.27% | - |
| HSV(B) | 58.91º | 0.57% | 0.38% | - |
| XYZ | 9.32 | 10.83 | 3.7 | - |
| YUV | 89.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 41 | 0 | 0.01 | 0.57 | 0.62 | 58.91 | 0.4 | 0.27 |
| Hex | 60 | 5F | 29 | 0 | 1 | 39 | 3E | 3B | 28 | 1B |
| Octal | 140 | 137 | 51 | 0 | 1 | 71 | 76 | 73 | 50 | 33 |
| Binary | 1100000 | 1011111 | 101001 | 0 | 1 | 111001 | 111110 | 111011 | 101000 | 11011 |
Color Harmonies of #605F29
Complementary color
Monochromatic Colors of #605F29
Black with #605F29
Text Example
Text Example
White with #605F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F29; }
p { color: rgb(96,95,41); }
H1.HeaderClassName
{
color: #605F29;
}
.AnyTagClassName
{
color: #605F29;
}
</style>
background-color css
<style>
a { background-color: #605F29; }
a { background-color: rgb(96,95,41); }
div.DivClassName
{
background-color: #605F29;
}
.BgClassName
{
background-color: #605F29;
}
</style>
border-color css
<style>
span { border-color: #605F29; }
span { border-color: rgb(96,95,41); }
td.TdClassName
{
border-color: #605F29;
}
.TagClassName
{
border-color: #605F29;
}
</style>