Shades of Costa Del Sol #605D2D
Tints of Costa Del Sol #605D2D
RGB
CMYK
RGB Variations
Color information
#605D2D (or 0x605D2D) is known color: Costa Del Sol. HEX triplet: 60, 5D and 2D. RGB value is (96,93,45). Sum of RGB (Red+Green+Blue) = 96+93+45=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #605D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D2D is #9FA2D2. Grayscale: #585858. Windows color (decimal): -10461907 or 2973024. OLE color: 2973024.
HSL color Cylindrical-coordinate representation of color #605D2D: hue angle of 56.47º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #605D2D is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 45 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.62 |
| HSL | 56.47º | 0.36% | 0.28% | - |
| HSV(B) | 56.47º | 0.53% | 0.38% | - |
| XYZ | 9.21 | 10.5 | 4.02 | - |
| YUV | 88.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 45 | 0 | 0.03 | 0.53 | 0.62 | 56.47 | 0.36 | 0.28 |
| Hex | 60 | 5D | 2D | 0 | 3 | 35 | 3E | 38 | 24 | 1C |
| Octal | 140 | 135 | 55 | 0 | 3 | 65 | 76 | 70 | 44 | 34 |
| Binary | 1100000 | 1011101 | 101101 | 0 | 11 | 110101 | 111110 | 111000 | 100100 | 11100 |
Color Harmonies of #605D2D
Complementary color
Monochromatic Colors of #605D2D
Black with #605D2D
Text Example
Text Example
White with #605D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D2D; }
p { color: rgb(96,93,45); }
H1.HeaderClassName
{
color: #605D2D;
}
.AnyTagClassName
{
color: #605D2D;
}
</style>
background-color css
<style>
a { background-color: #605D2D; }
a { background-color: rgb(96,93,45); }
div.DivClassName
{
background-color: #605D2D;
}
.BgClassName
{
background-color: #605D2D;
}
</style>
border-color css
<style>
span { border-color: #605D2D; }
span { border-color: rgb(96,93,45); }
td.TdClassName
{
border-color: #605D2D;
}
.TagClassName
{
border-color: #605D2D;
}
</style>