Shades of Costa Del Sol #666229
Tints of Costa Del Sol #666229
RGB
CMYK
RGB Variations
Color information
#666229 (or 0x666229) is known color: Costa Del Sol. HEX triplet: 66, 62 and 29. RGB value is (102,98,41). Sum of RGB (Red+Green+Blue) = 102+98+41=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #666229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666229 is #999DD6. Grayscale: #5C5C5C. Windows color (decimal): -10067415 or 2712166. OLE color: 2712166.
HSL color Cylindrical-coordinate representation of color #666229: hue angle of 56.07º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #666229 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 41 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.6 |
| HSL | 56.07º | 0.43% | 0.28% | - |
| HSV(B) | 56.07º | 0.6% | 0.4% | - |
| XYZ | 10.25 | 11.72 | 3.82 | - |
| YUV | 92.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 41 | 0 | 0.04 | 0.60 | 0.6 | 56.07 | 0.43 | 0.28 |
| Hex | 66 | 62 | 29 | 0 | 4 | 3C | 3C | 38 | 2B | 1C |
| Octal | 146 | 142 | 51 | 0 | 4 | 74 | 74 | 70 | 53 | 34 |
| Binary | 1100110 | 1100010 | 101001 | 0 | 100 | 111100 | 111100 | 111000 | 101011 | 11100 |
Color Harmonies of #666229
Complementary color
Monochromatic Colors of #666229
Black with #666229
Text Example
Text Example
White with #666229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666229; }
p { color: rgb(102,98,41); }
H1.HeaderClassName
{
color: #666229;
}
.AnyTagClassName
{
color: #666229;
}
</style>
background-color css
<style>
a { background-color: #666229; }
a { background-color: rgb(102,98,41); }
div.DivClassName
{
background-color: #666229;
}
.BgClassName
{
background-color: #666229;
}
</style>
border-color css
<style>
span { border-color: #666229; }
span { border-color: rgb(102,98,41); }
td.TdClassName
{
border-color: #666229;
}
.TagClassName
{
border-color: #666229;
}
</style>