Shades of Costa Del Sol #66602A
Tints of Costa Del Sol #66602A
RGB
CMYK
RGB Variations
Color information
#66602A (or 0x66602A) is known color: Costa Del Sol. HEX triplet: 66, 60 and 2A. RGB value is (102,96,42). Sum of RGB (Red+Green+Blue) = 102+96+42=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #66602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66602A is #999FD5. Grayscale: #5B5B5B. Windows color (decimal): -10067926 or 2777190. OLE color: 2777190.
HSL color Cylindrical-coordinate representation of color #66602A: hue angle of 54º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66602A is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 42 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.6 |
| HSL | 54º | 0.42% | 0.28% | - |
| HSV(B) | 54º | 0.59% | 0.4% | - |
| XYZ | 10.08 | 11.36 | 3.85 | - |
| YUV | 91.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 42 | 0 | 0.06 | 0.59 | 0.6 | 54 | 0.42 | 0.28 |
| Hex | 66 | 60 | 2A | 0 | 6 | 3B | 3C | 36 | 2A | 1C |
| Octal | 146 | 140 | 52 | 0 | 6 | 73 | 74 | 66 | 52 | 34 |
| Binary | 1100110 | 1100000 | 101010 | 0 | 110 | 111011 | 111100 | 110110 | 101010 | 11100 |
Color Harmonies of #66602A
Complementary color
Monochromatic Colors of #66602A
Black with #66602A
Text Example
Text Example
White with #66602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66602A; }
p { color: rgb(102,96,42); }
H1.HeaderClassName
{
color: #66602A;
}
.AnyTagClassName
{
color: #66602A;
}
</style>
background-color css
<style>
a { background-color: #66602A; }
a { background-color: rgb(102,96,42); }
div.DivClassName
{
background-color: #66602A;
}
.BgClassName
{
background-color: #66602A;
}
</style>
border-color css
<style>
span { border-color: #66602A; }
span { border-color: rgb(102,96,42); }
td.TdClassName
{
border-color: #66602A;
}
.TagClassName
{
border-color: #66602A;
}
</style>