Shades of Costa Del Sol #605F30
Tints of Costa Del Sol #605F30
RGB
CMYK
RGB Variations
Color information
#605F30 (or 0x605F30) is known color: Costa Del Sol. HEX triplet: 60, 5F and 30. RGB value is (96,95,48). Sum of RGB (Red+Green+Blue) = 96+95+48=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #605F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F30 is #9FA0CF. Grayscale: #5A5A5A. Windows color (decimal): -10461392 or 3170144. OLE color: 3170144.
HSL color Cylindrical-coordinate representation of color #605F30: hue angle of 58.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #605F30 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 48 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.62 |
| HSL | 58.75º | 0.33% | 0.28% | - |
| HSV(B) | 58.75º | 0.5% | 0.38% | - |
| XYZ | 9.45 | 10.88 | 4.4 | - |
| YUV | 89.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 48 | 0 | 0.01 | 0.50 | 0.62 | 58.75 | 0.33 | 0.28 |
| Hex | 60 | 5F | 30 | 0 | 1 | 32 | 3E | 3B | 21 | 1C |
| Octal | 140 | 137 | 60 | 0 | 1 | 62 | 76 | 73 | 41 | 34 |
| Binary | 1100000 | 1011111 | 110000 | 0 | 1 | 110010 | 111110 | 111011 | 100001 | 11100 |
Color Harmonies of #605F30
Complementary color
Monochromatic Colors of #605F30
Black with #605F30
Text Example
Text Example
White with #605F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F30; }
p { color: rgb(96,95,48); }
H1.HeaderClassName
{
color: #605F30;
}
.AnyTagClassName
{
color: #605F30;
}
</style>
background-color css
<style>
a { background-color: #605F30; }
a { background-color: rgb(96,95,48); }
div.DivClassName
{
background-color: #605F30;
}
.BgClassName
{
background-color: #605F30;
}
</style>
border-color css
<style>
span { border-color: #605F30; }
span { border-color: rgb(96,95,48); }
td.TdClassName
{
border-color: #605F30;
}
.TagClassName
{
border-color: #605F30;
}
</style>