Shades of Costa Del Sol #66612F
Tints of Costa Del Sol #66612F
RGB
CMYK
RGB Variations
Color information
#66612F (or 0x66612F) is known color: Costa Del Sol. HEX triplet: 66, 61 and 2F. RGB value is (102,97,47). Sum of RGB (Red+Green+Blue) = 102+97+47=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66612F is #999ED0. Grayscale: #5D5D5D. Windows color (decimal): -10067665 or 3105126. OLE color: 3105126.
HSL color Cylindrical-coordinate representation of color #66612F: hue angle of 54.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66612F is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 47 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.6 |
| HSL | 54.55º | 0.37% | 0.29% | - |
| HSV(B) | 54.55º | 0.54% | 0.4% | - |
| XYZ | 10.27 | 11.58 | 4.38 | - |
| YUV | 92.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 47 | 0 | 0.05 | 0.54 | 0.6 | 54.55 | 0.37 | 0.29 |
| Hex | 66 | 61 | 2F | 0 | 5 | 36 | 3C | 37 | 25 | 1D |
| Octal | 146 | 141 | 57 | 0 | 5 | 66 | 74 | 67 | 45 | 35 |
| Binary | 1100110 | 1100001 | 101111 | 0 | 101 | 110110 | 111100 | 110111 | 100101 | 11101 |
Color Harmonies of #66612F
Complementary color
Monochromatic Colors of #66612F
Black with #66612F
Text Example
Text Example
White with #66612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66612F; }
p { color: rgb(102,97,47); }
H1.HeaderClassName
{
color: #66612F;
}
.AnyTagClassName
{
color: #66612F;
}
</style>
background-color css
<style>
a { background-color: #66612F; }
a { background-color: rgb(102,97,47); }
div.DivClassName
{
background-color: #66612F;
}
.BgClassName
{
background-color: #66612F;
}
</style>
border-color css
<style>
span { border-color: #66612F; }
span { border-color: rgb(102,97,47); }
td.TdClassName
{
border-color: #66612F;
}
.TagClassName
{
border-color: #66612F;
}
</style>