Shades of Costa Del Sol #605B33
Tints of Costa Del Sol #605B33
RGB
CMYK
RGB Variations
Color information
#605B33 (or 0x605B33) is known color: Costa Del Sol. HEX triplet: 60, 5B and 33. RGB value is (96,91,51). Sum of RGB (Red+Green+Blue) = 96+91+51=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #605B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B33 is #9FA4CC. Grayscale: #585858. Windows color (decimal): -10462413 or 3365728. OLE color: 3365728.
HSL color Cylindrical-coordinate representation of color #605B33: hue angle of 53.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605B33 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 51 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.62 |
| HSL | 53.33º | 0.31% | 0.29% | - |
| HSV(B) | 53.33º | 0.47% | 0.38% | - |
| XYZ | 9.16 | 10.21 | 4.62 | - |
| YUV | 87.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 51 | 0 | 0.05 | 0.47 | 0.62 | 53.33 | 0.31 | 0.29 |
| Hex | 60 | 5B | 33 | 0 | 5 | 2F | 3E | 35 | 1F | 1D |
| Octal | 140 | 133 | 63 | 0 | 5 | 57 | 76 | 65 | 37 | 35 |
| Binary | 1100000 | 1011011 | 110011 | 0 | 101 | 101111 | 111110 | 110101 | 11111 | 11101 |
Color Harmonies of #605B33
Complementary color
Monochromatic Colors of #605B33
Black with #605B33
Text Example
Text Example
White with #605B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B33; }
p { color: rgb(96,91,51); }
H1.HeaderClassName
{
color: #605B33;
}
.AnyTagClassName
{
color: #605B33;
}
</style>
background-color css
<style>
a { background-color: #605B33; }
a { background-color: rgb(96,91,51); }
div.DivClassName
{
background-color: #605B33;
}
.BgClassName
{
background-color: #605B33;
}
</style>
border-color css
<style>
span { border-color: #605B33; }
span { border-color: rgb(96,91,51); }
td.TdClassName
{
border-color: #605B33;
}
.TagClassName
{
border-color: #605B33;
}
</style>