Shades of Costa Del Sol #605A2D
Tints of Costa Del Sol #605A2D
RGB
CMYK
RGB Variations
Color information
#605A2D (or 0x605A2D) is known color: Costa Del Sol. HEX triplet: 60, 5A and 2D. RGB value is (96,90,45). Sum of RGB (Red+Green+Blue) = 96+90+45=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #605A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A2D is #9FA5D2. Grayscale: #565656. Windows color (decimal): -10462675 or 2972256. OLE color: 2972256.
HSL color Cylindrical-coordinate representation of color #605A2D: hue angle of 52.94º 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 #605A2D is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 45 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.62 |
| HSL | 52.94º | 0.36% | 0.28% | - |
| HSV(B) | 52.94º | 0.53% | 0.38% | - |
| XYZ | 8.95 | 9.99 | 3.94 | - |
| YUV | 86.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 45 | 0 | 0.06 | 0.53 | 0.62 | 52.94 | 0.36 | 0.28 |
| Hex | 60 | 5A | 2D | 0 | 6 | 35 | 3E | 35 | 24 | 1C |
| Octal | 140 | 132 | 55 | 0 | 6 | 65 | 76 | 65 | 44 | 34 |
| Binary | 1100000 | 1011010 | 101101 | 0 | 110 | 110101 | 111110 | 110101 | 100100 | 11100 |
Color Harmonies of #605A2D
Complementary color
Monochromatic Colors of #605A2D
Black with #605A2D
Text Example
Text Example
White with #605A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A2D; }
p { color: rgb(96,90,45); }
H1.HeaderClassName
{
color: #605A2D;
}
.AnyTagClassName
{
color: #605A2D;
}
</style>
background-color css
<style>
a { background-color: #605A2D; }
a { background-color: rgb(96,90,45); }
div.DivClassName
{
background-color: #605A2D;
}
.BgClassName
{
background-color: #605A2D;
}
</style>
border-color css
<style>
span { border-color: #605A2D; }
span { border-color: rgb(96,90,45); }
td.TdClassName
{
border-color: #605A2D;
}
.TagClassName
{
border-color: #605A2D;
}
</style>