Shades of Costa Del Sol #605B34
Tints of Costa Del Sol #605B34
RGB
CMYK
RGB Variations
Color information
#605B34 (or 0x605B34) is known color: Costa Del Sol. HEX triplet: 60, 5B and 34. RGB value is (96,91,52). Sum of RGB (Red+Green+Blue) = 96+91+52=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #605B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B34 is #9FA4CB. Grayscale: #585858. Windows color (decimal): -10462412 or 3431264. OLE color: 3431264.
HSL color Cylindrical-coordinate representation of color #605B34: hue angle of 53.18º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #605B34 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 52 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.62 |
| HSL | 53.18º | 0.3% | 0.29% | - |
| HSV(B) | 53.18º | 0.46% | 0.38% | - |
| XYZ | 9.18 | 10.22 | 4.74 | - |
| YUV | 88.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 52 | 0 | 0.05 | 0.46 | 0.62 | 53.18 | 0.3 | 0.29 |
| Hex | 60 | 5B | 34 | 0 | 5 | 2E | 3E | 35 | 1E | 1D |
| Octal | 140 | 133 | 64 | 0 | 5 | 56 | 76 | 65 | 36 | 35 |
| Binary | 1100000 | 1011011 | 110100 | 0 | 101 | 101110 | 111110 | 110101 | 11110 | 11101 |
Color Harmonies of #605B34
Complementary color
Monochromatic Colors of #605B34
Black with #605B34
Text Example
Text Example
White with #605B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B34; }
p { color: rgb(96,91,52); }
H1.HeaderClassName
{
color: #605B34;
}
.AnyTagClassName
{
color: #605B34;
}
</style>
background-color css
<style>
a { background-color: #605B34; }
a { background-color: rgb(96,91,52); }
div.DivClassName
{
background-color: #605B34;
}
.BgClassName
{
background-color: #605B34;
}
</style>
border-color css
<style>
span { border-color: #605B34; }
span { border-color: rgb(96,91,52); }
td.TdClassName
{
border-color: #605B34;
}
.TagClassName
{
border-color: #605B34;
}
</style>