Shades of Costa Del Sol #66651C
Tints of Costa Del Sol #66651C
RGB
CMYK
RGB Variations
Color information
#66651C (or 0x66651C) is known color: Costa Del Sol. HEX triplet: 66, 65 and 1C. RGB value is (102,101,28). Sum of RGB (Red+Green+Blue) = 102+101+28=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66651C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66651C is #999AE3. Grayscale: #5D5D5D. Windows color (decimal): -10066660 or 1860966. OLE color: 1860966.
HSL color Cylindrical-coordinate representation of color #66651C: hue angle of 59.19º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66651C is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 28 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.6 |
| HSL | 59.19º | 0.57% | 0.25% | - |
| HSV(B) | 59.19º | 0.73% | 0.4% | - |
| XYZ | 10.34 | 12.22 | 2.91 | - |
| YUV | 92.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 28 | 0 | 0.01 | 0.73 | 0.6 | 59.19 | 0.57 | 0.25 |
| Hex | 66 | 65 | 1C | 0 | 1 | 49 | 3C | 3B | 39 | 19 |
| Octal | 146 | 145 | 34 | 0 | 1 | 111 | 74 | 73 | 71 | 31 |
| Binary | 1100110 | 1100101 | 11100 | 0 | 1 | 1001001 | 111100 | 111011 | 111001 | 11001 |
Color Harmonies of #66651C
Complementary color
Monochromatic Colors of #66651C
Black with #66651C
Text Example
Text Example
White with #66651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66651C; }
p { color: rgb(102,101,28); }
H1.HeaderClassName
{
color: #66651C;
}
.AnyTagClassName
{
color: #66651C;
}
</style>
background-color css
<style>
a { background-color: #66651C; }
a { background-color: rgb(102,101,28); }
div.DivClassName
{
background-color: #66651C;
}
.BgClassName
{
background-color: #66651C;
}
</style>
border-color css
<style>
span { border-color: #66651C; }
span { border-color: rgb(102,101,28); }
td.TdClassName
{
border-color: #66651C;
}
.TagClassName
{
border-color: #66651C;
}
</style>