Shades of Costa Del Sol #66612E
Tints of Costa Del Sol #66612E
RGB
CMYK
RGB Variations
Color information
#66612E (or 0x66612E) is known color: Costa Del Sol. HEX triplet: 66, 61 and 2E. RGB value is (102,97,46). Sum of RGB (Red+Green+Blue) = 102+97+46=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66612E is #999ED1. Grayscale: #5C5C5C. Windows color (decimal): -10067666 or 3039590. OLE color: 3039590.
HSL color Cylindrical-coordinate representation of color #66612E: hue angle of 54.64º 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 #66612E is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 46 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.6 |
| HSL | 54.64º | 0.38% | 0.29% | - |
| HSV(B) | 54.64º | 0.55% | 0.4% | - |
| XYZ | 10.25 | 11.57 | 4.28 | - |
| YUV | 92.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 46 | 0 | 0.05 | 0.55 | 0.6 | 54.64 | 0.38 | 0.29 |
| Hex | 66 | 61 | 2E | 0 | 5 | 37 | 3C | 37 | 26 | 1D |
| Octal | 146 | 141 | 56 | 0 | 5 | 67 | 74 | 67 | 46 | 35 |
| Binary | 1100110 | 1100001 | 101110 | 0 | 101 | 110111 | 111100 | 110111 | 100110 | 11101 |
Color Harmonies of #66612E
Complementary color
Monochromatic Colors of #66612E
Black with #66612E
Text Example
Text Example
White with #66612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66612E; }
p { color: rgb(102,97,46); }
H1.HeaderClassName
{
color: #66612E;
}
.AnyTagClassName
{
color: #66612E;
}
</style>
background-color css
<style>
a { background-color: #66612E; }
a { background-color: rgb(102,97,46); }
div.DivClassName
{
background-color: #66612E;
}
.BgClassName
{
background-color: #66612E;
}
</style>
border-color css
<style>
span { border-color: #66612E; }
span { border-color: rgb(102,97,46); }
td.TdClassName
{
border-color: #66612E;
}
.TagClassName
{
border-color: #66612E;
}
</style>