Shades of Costa Del Sol #605C2B
Tints of Costa Del Sol #605C2B
RGB
CMYK
RGB Variations
Color information
#605C2B (or 0x605C2B) is known color: Costa Del Sol. HEX triplet: 60, 5C and 2B. RGB value is (96,92,43). Sum of RGB (Red+Green+Blue) = 96+92+43=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #605C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C2B is #9FA3D4. Grayscale: #575757. Windows color (decimal): -10462165 or 2841696. OLE color: 2841696.
HSL color Cylindrical-coordinate representation of color #605C2B: hue angle of 55.47º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #605C2B is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 43 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.62 |
| HSL | 55.47º | 0.38% | 0.27% | - |
| HSV(B) | 55.47º | 0.55% | 0.38% | - |
| XYZ | 9.09 | 10.32 | 3.8 | - |
| YUV | 87.61 | 102.83 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 43 | 0 | 0.04 | 0.55 | 0.62 | 55.47 | 0.38 | 0.27 |
| Hex | 60 | 5C | 2B | 0 | 4 | 37 | 3E | 37 | 26 | 1B |
| Octal | 140 | 134 | 53 | 0 | 4 | 67 | 76 | 67 | 46 | 33 |
| Binary | 1100000 | 1011100 | 101011 | 0 | 100 | 110111 | 111110 | 110111 | 100110 | 11011 |
Color Harmonies of #605C2B
Complementary color
Monochromatic Colors of #605C2B
Black with #605C2B
Text Example
Text Example
White with #605C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C2B; }
p { color: rgb(96,92,43); }
H1.HeaderClassName
{
color: #605C2B;
}
.AnyTagClassName
{
color: #605C2B;
}
</style>
background-color css
<style>
a { background-color: #605C2B; }
a { background-color: rgb(96,92,43); }
div.DivClassName
{
background-color: #605C2B;
}
.BgClassName
{
background-color: #605C2B;
}
</style>
border-color css
<style>
span { border-color: #605C2B; }
span { border-color: rgb(96,92,43); }
td.TdClassName
{
border-color: #605C2B;
}
.TagClassName
{
border-color: #605C2B;
}
</style>