Shades of Costa Del Sol #66612D
Tints of Costa Del Sol #66612D
RGB
CMYK
RGB Variations
Color information
#66612D (or 0x66612D) is known color: Costa Del Sol. HEX triplet: 66, 61 and 2D. RGB value is (102,97,45). Sum of RGB (Red+Green+Blue) = 102+97+45=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #66612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66612D is #999ED2. Grayscale: #5C5C5C. Windows color (decimal): -10067667 or 2974054. OLE color: 2974054.
HSL color Cylindrical-coordinate representation of color #66612D: hue angle of 54.74º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66612D is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 45 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.6 |
| HSL | 54.74º | 0.39% | 0.29% | - |
| HSV(B) | 54.74º | 0.56% | 0.4% | - |
| XYZ | 10.23 | 11.56 | 4.18 | - |
| YUV | 92.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 45 | 0 | 0.05 | 0.56 | 0.6 | 54.74 | 0.39 | 0.29 |
| Hex | 66 | 61 | 2D | 0 | 5 | 38 | 3C | 37 | 27 | 1D |
| Octal | 146 | 141 | 55 | 0 | 5 | 70 | 74 | 67 | 47 | 35 |
| Binary | 1100110 | 1100001 | 101101 | 0 | 101 | 111000 | 111100 | 110111 | 100111 | 11101 |
Color Harmonies of #66612D
Complementary color
Monochromatic Colors of #66612D
Black with #66612D
Text Example
Text Example
White with #66612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66612D; }
p { color: rgb(102,97,45); }
H1.HeaderClassName
{
color: #66612D;
}
.AnyTagClassName
{
color: #66612D;
}
</style>
background-color css
<style>
a { background-color: #66612D; }
a { background-color: rgb(102,97,45); }
div.DivClassName
{
background-color: #66612D;
}
.BgClassName
{
background-color: #66612D;
}
</style>
border-color css
<style>
span { border-color: #66612D; }
span { border-color: rgb(102,97,45); }
td.TdClassName
{
border-color: #66612D;
}
.TagClassName
{
border-color: #66612D;
}
</style>