Shades of Costa Del Sol #605C2F
Tints of Costa Del Sol #605C2F
RGB
CMYK
RGB Variations
Color information
#605C2F (or 0x605C2F) is known color: Costa Del Sol. HEX triplet: 60, 5C and 2F. RGB value is (96,92,47). Sum of RGB (Red+Green+Blue) = 96+92+47=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #605C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C2F is #9FA3D0. Grayscale: #585858. Windows color (decimal): -10462161 or 3103840. OLE color: 3103840.
HSL color Cylindrical-coordinate representation of color #605C2F: hue angle of 55.1º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #605C2F is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 47 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.62 |
| HSL | 55.1º | 0.34% | 0.28% | - |
| HSV(B) | 55.1º | 0.51% | 0.38% | - |
| XYZ | 9.16 | 10.35 | 4.2 | - |
| YUV | 88.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 47 | 0 | 0.04 | 0.51 | 0.62 | 55.1 | 0.34 | 0.28 |
| Hex | 60 | 5C | 2F | 0 | 4 | 33 | 3E | 37 | 22 | 1C |
| Octal | 140 | 134 | 57 | 0 | 4 | 63 | 76 | 67 | 42 | 34 |
| Binary | 1100000 | 1011100 | 101111 | 0 | 100 | 110011 | 111110 | 110111 | 100010 | 11100 |
Color Harmonies of #605C2F
Complementary color
Monochromatic Colors of #605C2F
Black with #605C2F
Text Example
Text Example
White with #605C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C2F; }
p { color: rgb(96,92,47); }
H1.HeaderClassName
{
color: #605C2F;
}
.AnyTagClassName
{
color: #605C2F;
}
</style>
background-color css
<style>
a { background-color: #605C2F; }
a { background-color: rgb(96,92,47); }
div.DivClassName
{
background-color: #605C2F;
}
.BgClassName
{
background-color: #605C2F;
}
</style>
border-color css
<style>
span { border-color: #605C2F; }
span { border-color: rgb(96,92,47); }
td.TdClassName
{
border-color: #605C2F;
}
.TagClassName
{
border-color: #605C2F;
}
</style>