Shades of Costa Del Sol #66662A
Tints of Costa Del Sol #66662A
RGB
CMYK
RGB Variations
Color information
#66662A (or 0x66662A) is known color: Costa Del Sol. HEX triplet: 66, 66 and 2A. RGB value is (102,102,42). Sum of RGB (Red+Green+Blue) = 102+102+42=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66662A is #9999D5. Grayscale: #5F5F5F. Windows color (decimal): -10066390 or 2778726. OLE color: 2778726.
HSL color Cylindrical-coordinate representation of color #66662A: hue angle of 60º 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 #66662A is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 42 | - |
| CMYK | 0 | 0 | 0.59 | 0.6 |
| HSL | 60º | 0.42% | 0.28% | - |
| HSV(B) | 60º | 0.59% | 0.4% | - |
| XYZ | 10.65 | 12.49 | 4.04 | - |
| YUV | 95.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 42 | 0 | 0 | 0.59 | 0.6 | 60 | 0.42 | 0.28 |
| Hex | 66 | 66 | 2A | 0 | 0 | 3B | 3C | 3C | 2A | 1C |
| Octal | 146 | 146 | 52 | 0 | 0 | 73 | 74 | 74 | 52 | 34 |
| Binary | 1100110 | 1100110 | 101010 | 0 | 0 | 111011 | 111100 | 111100 | 101010 | 11100 |
Color Harmonies of #66662A
Complementary color
Monochromatic Colors of #66662A
Black with #66662A
Text Example
Text Example
White with #66662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66662A; }
p { color: rgb(102,102,42); }
H1.HeaderClassName
{
color: #66662A;
}
.AnyTagClassName
{
color: #66662A;
}
</style>
background-color css
<style>
a { background-color: #66662A; }
a { background-color: rgb(102,102,42); }
div.DivClassName
{
background-color: #66662A;
}
.BgClassName
{
background-color: #66662A;
}
</style>
border-color css
<style>
span { border-color: #66662A; }
span { border-color: rgb(102,102,42); }
td.TdClassName
{
border-color: #66662A;
}
.TagClassName
{
border-color: #66662A;
}
</style>