Shades of Costa Del Sol #605B2C
Tints of Costa Del Sol #605B2C
RGB
CMYK
RGB Variations
Color information
#605B2C (or 0x605B2C) is known color: Costa Del Sol. HEX triplet: 60, 5B and 2C. RGB value is (96,91,44). Sum of RGB (Red+Green+Blue) = 96+91+44=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #605B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B2C is #9FA4D3. Grayscale: #575757. Windows color (decimal): -10462420 or 2906976. OLE color: 2906976.
HSL color Cylindrical-coordinate representation of color #605B2C: hue angle of 54.23º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #605B2C is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 44 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.62 |
| HSL | 54.23º | 0.37% | 0.27% | - |
| HSV(B) | 54.23º | 0.54% | 0.38% | - |
| XYZ | 9.02 | 10.15 | 3.87 | - |
| YUV | 87.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 44 | 0 | 0.05 | 0.54 | 0.62 | 54.23 | 0.37 | 0.27 |
| Hex | 60 | 5B | 2C | 0 | 5 | 36 | 3E | 36 | 25 | 1B |
| Octal | 140 | 133 | 54 | 0 | 5 | 66 | 76 | 66 | 45 | 33 |
| Binary | 1100000 | 1011011 | 101100 | 0 | 101 | 110110 | 111110 | 110110 | 100101 | 11011 |
Color Harmonies of #605B2C
Complementary color
Monochromatic Colors of #605B2C
Black with #605B2C
Text Example
Text Example
White with #605B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B2C; }
p { color: rgb(96,91,44); }
H1.HeaderClassName
{
color: #605B2C;
}
.AnyTagClassName
{
color: #605B2C;
}
</style>
background-color css
<style>
a { background-color: #605B2C; }
a { background-color: rgb(96,91,44); }
div.DivClassName
{
background-color: #605B2C;
}
.BgClassName
{
background-color: #605B2C;
}
</style>
border-color css
<style>
span { border-color: #605B2C; }
span { border-color: rgb(96,91,44); }
td.TdClassName
{
border-color: #605B2C;
}
.TagClassName
{
border-color: #605B2C;
}
</style>