Shades of Costa Del Sol #605F2F
Tints of Costa Del Sol #605F2F
RGB
CMYK
RGB Variations
Color information
#605F2F (or 0x605F2F) is known color: Costa Del Sol. HEX triplet: 60, 5F and 2F. RGB value is (96,95,47). Sum of RGB (Red+Green+Blue) = 96+95+47=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #605F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F2F is #9FA0D0. Grayscale: #5A5A5A. Windows color (decimal): -10461393 or 3104608. OLE color: 3104608.
HSL color Cylindrical-coordinate representation of color #605F2F: hue angle of 58.78º 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 #605F2F is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 47 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.62 |
| HSL | 58.78º | 0.34% | 0.28% | - |
| HSV(B) | 58.78º | 0.51% | 0.38% | - |
| XYZ | 9.43 | 10.88 | 4.29 | - |
| YUV | 89.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 47 | 0 | 0.01 | 0.51 | 0.62 | 58.78 | 0.34 | 0.28 |
| Hex | 60 | 5F | 2F | 0 | 1 | 33 | 3E | 3B | 22 | 1C |
| Octal | 140 | 137 | 57 | 0 | 1 | 63 | 76 | 73 | 42 | 34 |
| Binary | 1100000 | 1011111 | 101111 | 0 | 1 | 110011 | 111110 | 111011 | 100010 | 11100 |
Color Harmonies of #605F2F
Complementary color
Monochromatic Colors of #605F2F
Black with #605F2F
Text Example
Text Example
White with #605F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F2F; }
p { color: rgb(96,95,47); }
H1.HeaderClassName
{
color: #605F2F;
}
.AnyTagClassName
{
color: #605F2F;
}
</style>
background-color css
<style>
a { background-color: #605F2F; }
a { background-color: rgb(96,95,47); }
div.DivClassName
{
background-color: #605F2F;
}
.BgClassName
{
background-color: #605F2F;
}
</style>
border-color css
<style>
span { border-color: #605F2F; }
span { border-color: rgb(96,95,47); }
td.TdClassName
{
border-color: #605F2F;
}
.TagClassName
{
border-color: #605F2F;
}
</style>