Shades of Costa Del Sol #605A1F
Tints of Costa Del Sol #605A1F
RGB
CMYK
RGB Variations
Color information
#605A1F (or 0x605A1F) is known color: Costa Del Sol. HEX triplet: 60, 5A and 1F. RGB value is (96,90,31). Sum of RGB (Red+Green+Blue) = 96+90+31=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #605A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A1F is #9FA5E0. Grayscale: #555555. Windows color (decimal): -10462689 or 2054752. OLE color: 2054752.
HSL color Cylindrical-coordinate representation of color #605A1F: hue angle of 54.46º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #605A1F is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 31 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.62 |
| HSL | 54.46º | 0.51% | 0.25% | - |
| HSV(B) | 54.46º | 0.68% | 0.38% | - |
| XYZ | 8.73 | 9.9 | 2.75 | - |
| YUV | 85.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 31 | 0 | 0.06 | 0.68 | 0.62 | 54.46 | 0.51 | 0.25 |
| Hex | 60 | 5A | 1F | 0 | 6 | 44 | 3E | 36 | 33 | 19 |
| Octal | 140 | 132 | 37 | 0 | 6 | 104 | 76 | 66 | 63 | 31 |
| Binary | 1100000 | 1011010 | 11111 | 0 | 110 | 1000100 | 111110 | 110110 | 110011 | 11001 |
Color Harmonies of #605A1F
Complementary color
Monochromatic Colors of #605A1F
Black with #605A1F
Text Example
Text Example
White with #605A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A1F; }
p { color: rgb(96,90,31); }
H1.HeaderClassName
{
color: #605A1F;
}
.AnyTagClassName
{
color: #605A1F;
}
</style>
background-color css
<style>
a { background-color: #605A1F; }
a { background-color: rgb(96,90,31); }
div.DivClassName
{
background-color: #605A1F;
}
.BgClassName
{
background-color: #605A1F;
}
</style>
border-color css
<style>
span { border-color: #605A1F; }
span { border-color: rgb(96,90,31); }
td.TdClassName
{
border-color: #605A1F;
}
.TagClassName
{
border-color: #605A1F;
}
</style>