Shades of Costa Del Sol #6A6020
Tints of Costa Del Sol #6A6020
RGB
CMYK
RGB Variations
Color information
#6A6020 (or 0x6A6020) is known color: Costa Del Sol. HEX triplet: 6A, 60 and 20. RGB value is (106,96,32). Sum of RGB (Red+Green+Blue) = 106+96+32=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6020 is #959FDF. Grayscale: #5B5B5B. Windows color (decimal): -9805792 or 2121834. OLE color: 2121834.
HSL color Cylindrical-coordinate representation of color #6A6020: hue angle of 51.89º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A6020 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 96 | 32 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.58 |
| HSL | 51.89º | 0.54% | 0.27% | - |
| HSV(B) | 51.89º | 0.7% | 0.42% | - |
| XYZ | 10.39 | 11.53 | 3.05 | - |
| YUV | 91.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 96 | 32 | 0 | 0.09 | 0.70 | 0.58 | 51.89 | 0.54 | 0.27 |
| Hex | 6A | 60 | 20 | 0 | 9 | 46 | 3A | 34 | 36 | 1B |
| Octal | 152 | 140 | 40 | 0 | 11 | 106 | 72 | 64 | 66 | 33 |
| Binary | 1101010 | 1100000 | 100000 | 0 | 1001 | 1000110 | 111010 | 110100 | 110110 | 11011 |
Color Harmonies of #6A6020
Complementary color
Monochromatic Colors of #6A6020
Black with #6A6020
Text Example
Text Example
White with #6A6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6020; }
p { color: rgb(106,96,32); }
H1.HeaderClassName
{
color: #6A6020;
}
.AnyTagClassName
{
color: #6A6020;
}
</style>
background-color css
<style>
a { background-color: #6A6020; }
a { background-color: rgb(106,96,32); }
div.DivClassName
{
background-color: #6A6020;
}
.BgClassName
{
background-color: #6A6020;
}
</style>
border-color css
<style>
span { border-color: #6A6020; }
span { border-color: rgb(106,96,32); }
td.TdClassName
{
border-color: #6A6020;
}
.TagClassName
{
border-color: #6A6020;
}
</style>