Shades of Costa Del Sol #66602E
Tints of Costa Del Sol #66602E
RGB
CMYK
RGB Variations
Color information
#66602E (or 0x66602E) is known color: Costa Del Sol. HEX triplet: 66, 60 and 2E. RGB value is (102,96,46). Sum of RGB (Red+Green+Blue) = 102+96+46=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #66602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66602E is #999FD1. Grayscale: #5C5C5C. Windows color (decimal): -10067922 or 3039334. OLE color: 3039334.
HSL color Cylindrical-coordinate representation of color #66602E: hue angle of 53.57º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66602E is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 46 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.6 |
| HSL | 53.57º | 0.38% | 0.29% | - |
| HSV(B) | 53.57º | 0.55% | 0.4% | - |
| XYZ | 10.16 | 11.39 | 4.25 | - |
| YUV | 92.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 46 | 0 | 0.06 | 0.55 | 0.6 | 53.57 | 0.38 | 0.29 |
| Hex | 66 | 60 | 2E | 0 | 6 | 37 | 3C | 36 | 26 | 1D |
| Octal | 146 | 140 | 56 | 0 | 6 | 67 | 74 | 66 | 46 | 35 |
| Binary | 1100110 | 1100000 | 101110 | 0 | 110 | 110111 | 111100 | 110110 | 100110 | 11101 |
Color Harmonies of #66602E
Complementary color
Monochromatic Colors of #66602E
Black with #66602E
Text Example
Text Example
White with #66602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66602E; }
p { color: rgb(102,96,46); }
H1.HeaderClassName
{
color: #66602E;
}
.AnyTagClassName
{
color: #66602E;
}
</style>
background-color css
<style>
a { background-color: #66602E; }
a { background-color: rgb(102,96,46); }
div.DivClassName
{
background-color: #66602E;
}
.BgClassName
{
background-color: #66602E;
}
</style>
border-color css
<style>
span { border-color: #66602E; }
span { border-color: rgb(102,96,46); }
td.TdClassName
{
border-color: #66602E;
}
.TagClassName
{
border-color: #66602E;
}
</style>