Shades of Costa Del Sol #66642E
Tints of Costa Del Sol #66642E
RGB
CMYK
RGB Variations
Color information
#66642E (or 0x66642E) is known color: Costa Del Sol. HEX triplet: 66, 64 and 2E. RGB value is (102,100,46). Sum of RGB (Red+Green+Blue) = 102+100+46=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66642E is #999BD1. Grayscale: #5E5E5E. Windows color (decimal): -10066898 or 3040358. OLE color: 3040358.
HSL color Cylindrical-coordinate representation of color #66642E: hue angle of 57.86º 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 #66642E is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 46 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.6 |
| HSL | 57.86º | 0.38% | 0.29% | - |
| HSV(B) | 57.86º | 0.55% | 0.4% | - |
| XYZ | 10.53 | 12.14 | 4.37 | - |
| YUV | 94.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 46 | 0 | 0.02 | 0.55 | 0.6 | 57.86 | 0.38 | 0.29 |
| Hex | 66 | 64 | 2E | 0 | 2 | 37 | 3C | 3A | 26 | 1D |
| Octal | 146 | 144 | 56 | 0 | 2 | 67 | 74 | 72 | 46 | 35 |
| Binary | 1100110 | 1100100 | 101110 | 0 | 10 | 110111 | 111100 | 111010 | 100110 | 11101 |
Color Harmonies of #66642E
Complementary color
Monochromatic Colors of #66642E
Black with #66642E
Text Example
Text Example
White with #66642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66642E; }
p { color: rgb(102,100,46); }
H1.HeaderClassName
{
color: #66642E;
}
.AnyTagClassName
{
color: #66642E;
}
</style>
background-color css
<style>
a { background-color: #66642E; }
a { background-color: rgb(102,100,46); }
div.DivClassName
{
background-color: #66642E;
}
.BgClassName
{
background-color: #66642E;
}
</style>
border-color css
<style>
span { border-color: #66642E; }
span { border-color: rgb(102,100,46); }
td.TdClassName
{
border-color: #66642E;
}
.TagClassName
{
border-color: #66642E;
}
</style>