Shades of Costa Del Sol #605F2D
Tints of Costa Del Sol #605F2D
RGB
CMYK
RGB Variations
Color information
#605F2D (or 0x605F2D) is known color: Costa Del Sol. HEX triplet: 60, 5F and 2D. RGB value is (96,95,45). Sum of RGB (Red+Green+Blue) = 96+95+45=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #605F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F2D is #9FA0D2. Grayscale: #595959. Windows color (decimal): -10461395 or 2973536. OLE color: 2973536.
HSL color Cylindrical-coordinate representation of color #605F2D: hue angle of 58.82º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #605F2D is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 45 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.62 |
| HSL | 58.82º | 0.36% | 0.28% | - |
| HSV(B) | 58.82º | 0.53% | 0.38% | - |
| XYZ | 9.39 | 10.86 | 4.08 | - |
| YUV | 89.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 45 | 0 | 0.01 | 0.53 | 0.62 | 58.82 | 0.36 | 0.28 |
| Hex | 60 | 5F | 2D | 0 | 1 | 35 | 3E | 3B | 24 | 1C |
| Octal | 140 | 137 | 55 | 0 | 1 | 65 | 76 | 73 | 44 | 34 |
| Binary | 1100000 | 1011111 | 101101 | 0 | 1 | 110101 | 111110 | 111011 | 100100 | 11100 |
Color Harmonies of #605F2D
Complementary color
Monochromatic Colors of #605F2D
Black with #605F2D
Text Example
Text Example
White with #605F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F2D; }
p { color: rgb(96,95,45); }
H1.HeaderClassName
{
color: #605F2D;
}
.AnyTagClassName
{
color: #605F2D;
}
</style>
background-color css
<style>
a { background-color: #605F2D; }
a { background-color: rgb(96,95,45); }
div.DivClassName
{
background-color: #605F2D;
}
.BgClassName
{
background-color: #605F2D;
}
</style>
border-color css
<style>
span { border-color: #605F2D; }
span { border-color: rgb(96,95,45); }
td.TdClassName
{
border-color: #605F2D;
}
.TagClassName
{
border-color: #605F2D;
}
</style>