Shades of Costa Del Sol #66652B
Tints of Costa Del Sol #66652B
RGB
CMYK
RGB Variations
Color information
#66652B (or 0x66652B) is known color: Costa Del Sol. HEX triplet: 66, 65 and 2B. RGB value is (102,101,43). Sum of RGB (Red+Green+Blue) = 102+101+43=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66652B is #999AD4. Grayscale: #5E5E5E. Windows color (decimal): -10066645 or 2844006. OLE color: 2844006.
HSL color Cylindrical-coordinate representation of color #66652B: hue angle of 58.98º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66652B is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 43 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.6 |
| HSL | 58.98º | 0.41% | 0.28% | - |
| HSV(B) | 58.98º | 0.58% | 0.4% | - |
| XYZ | 10.57 | 12.31 | 4.1 | - |
| YUV | 94.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 43 | 0 | 0.01 | 0.58 | 0.6 | 58.98 | 0.41 | 0.28 |
| Hex | 66 | 65 | 2B | 0 | 1 | 3A | 3C | 3B | 29 | 1C |
| Octal | 146 | 145 | 53 | 0 | 1 | 72 | 74 | 73 | 51 | 34 |
| Binary | 1100110 | 1100101 | 101011 | 0 | 1 | 111010 | 111100 | 111011 | 101001 | 11100 |
Color Harmonies of #66652B
Complementary color
Monochromatic Colors of #66652B
Black with #66652B
Text Example
Text Example
White with #66652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66652B; }
p { color: rgb(102,101,43); }
H1.HeaderClassName
{
color: #66652B;
}
.AnyTagClassName
{
color: #66652B;
}
</style>
background-color css
<style>
a { background-color: #66652B; }
a { background-color: rgb(102,101,43); }
div.DivClassName
{
background-color: #66652B;
}
.BgClassName
{
background-color: #66652B;
}
</style>
border-color css
<style>
span { border-color: #66652B; }
span { border-color: rgb(102,101,43); }
td.TdClassName
{
border-color: #66652B;
}
.TagClassName
{
border-color: #66652B;
}
</style>