Shades of Costa Del Sol #605F2B
Tints of Costa Del Sol #605F2B
RGB
CMYK
RGB Variations
Color information
#605F2B (or 0x605F2B) is known color: Costa Del Sol. HEX triplet: 60, 5F and 2B. RGB value is (96,95,43). Sum of RGB (Red+Green+Blue) = 96+95+43=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #605F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F2B is #9FA0D4. Grayscale: #595959. Windows color (decimal): -10461397 or 2842464. OLE color: 2842464.
HSL color Cylindrical-coordinate representation of color #605F2B: hue angle of 58.87º 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 #605F2B is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 43 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.62 |
| HSL | 58.87º | 0.38% | 0.27% | - |
| HSV(B) | 58.87º | 0.55% | 0.38% | - |
| XYZ | 9.35 | 10.85 | 3.89 | - |
| YUV | 89.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 43 | 0 | 0.01 | 0.55 | 0.62 | 58.87 | 0.38 | 0.27 |
| Hex | 60 | 5F | 2B | 0 | 1 | 37 | 3E | 3B | 26 | 1B |
| Octal | 140 | 137 | 53 | 0 | 1 | 67 | 76 | 73 | 46 | 33 |
| Binary | 1100000 | 1011111 | 101011 | 0 | 1 | 110111 | 111110 | 111011 | 100110 | 11011 |
Color Harmonies of #605F2B
Complementary color
Monochromatic Colors of #605F2B
Black with #605F2B
Text Example
Text Example
White with #605F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F2B; }
p { color: rgb(96,95,43); }
H1.HeaderClassName
{
color: #605F2B;
}
.AnyTagClassName
{
color: #605F2B;
}
</style>
background-color css
<style>
a { background-color: #605F2B; }
a { background-color: rgb(96,95,43); }
div.DivClassName
{
background-color: #605F2B;
}
.BgClassName
{
background-color: #605F2B;
}
</style>
border-color css
<style>
span { border-color: #605F2B; }
span { border-color: rgb(96,95,43); }
td.TdClassName
{
border-color: #605F2B;
}
.TagClassName
{
border-color: #605F2B;
}
</style>