Shades of Costa Del Sol #605A2E
Tints of Costa Del Sol #605A2E
RGB
CMYK
RGB Variations
Color information
#605A2E (or 0x605A2E) is known color: Costa Del Sol. HEX triplet: 60, 5A and 2E. RGB value is (96,90,46). Sum of RGB (Red+Green+Blue) = 96+90+46=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #605A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A2E is #9FA5D1. Grayscale: #565656. Windows color (decimal): -10462674 or 3037792. OLE color: 3037792.
HSL color Cylindrical-coordinate representation of color #605A2E: hue angle of 52.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #605A2E is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 46 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.62 |
| HSL | 52.8º | 0.35% | 0.28% | - |
| HSV(B) | 52.8º | 0.52% | 0.38% | - |
| XYZ | 8.97 | 10 | 4.04 | - |
| YUV | 86.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 46 | 0 | 0.06 | 0.52 | 0.62 | 52.8 | 0.35 | 0.28 |
| Hex | 60 | 5A | 2E | 0 | 6 | 34 | 3E | 35 | 23 | 1C |
| Octal | 140 | 132 | 56 | 0 | 6 | 64 | 76 | 65 | 43 | 34 |
| Binary | 1100000 | 1011010 | 101110 | 0 | 110 | 110100 | 111110 | 110101 | 100011 | 11100 |
Color Harmonies of #605A2E
Complementary color
Monochromatic Colors of #605A2E
Black with #605A2E
Text Example
Text Example
White with #605A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A2E; }
p { color: rgb(96,90,46); }
H1.HeaderClassName
{
color: #605A2E;
}
.AnyTagClassName
{
color: #605A2E;
}
</style>
background-color css
<style>
a { background-color: #605A2E; }
a { background-color: rgb(96,90,46); }
div.DivClassName
{
background-color: #605A2E;
}
.BgClassName
{
background-color: #605A2E;
}
</style>
border-color css
<style>
span { border-color: #605A2E; }
span { border-color: rgb(96,90,46); }
td.TdClassName
{
border-color: #605A2E;
}
.TagClassName
{
border-color: #605A2E;
}
</style>