Shades of Costa Del Sol #66620F
Tints of Costa Del Sol #66620F
RGB
CMYK
RGB Variations
Color information
#66620F (or 0x66620F) is known color: Costa Del Sol. HEX triplet: 66, 62 and 0F. RGB value is (102,98,15). Sum of RGB (Red+Green+Blue) = 102+98+15=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66620F is #999DF0. Grayscale: #5A5A5A. Windows color (decimal): -10067441 or 1008230. OLE color: 1008230.
HSL color Cylindrical-coordinate representation of color #66620F: hue angle of 57.24º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66620F is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 15 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.6 |
| HSL | 57.24º | 0.74% | 0.23% | - |
| HSV(B) | 57.24º | 0.85% | 0.4% | - |
| XYZ | 9.93 | 11.59 | 2.17 | - |
| YUV | 89.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 15 | 0 | 0.04 | 0.85 | 0.6 | 57.24 | 0.74 | 0.23 |
| Hex | 66 | 62 | F | 0 | 4 | 55 | 3C | 39 | 4A | 17 |
| Octal | 146 | 142 | 17 | 0 | 4 | 125 | 74 | 71 | 112 | 27 |
| Binary | 1100110 | 1100010 | 1111 | 0 | 100 | 1010101 | 111100 | 111001 | 1001010 | 10111 |
Color Harmonies of #66620F
Complementary color
Monochromatic Colors of #66620F
Black with #66620F
Text Example
Text Example
White with #66620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66620F; }
p { color: rgb(102,98,15); }
H1.HeaderClassName
{
color: #66620F;
}
.AnyTagClassName
{
color: #66620F;
}
</style>
background-color css
<style>
a { background-color: #66620F; }
a { background-color: rgb(102,98,15); }
div.DivClassName
{
background-color: #66620F;
}
.BgClassName
{
background-color: #66620F;
}
</style>
border-color css
<style>
span { border-color: #66620F; }
span { border-color: rgb(102,98,15); }
td.TdClassName
{
border-color: #66620F;
}
.TagClassName
{
border-color: #66620F;
}
</style>