Shades of Costa Del Sol #66602B
Tints of Costa Del Sol #66602B
RGB
CMYK
RGB Variations
Color information
#66602B (or 0x66602B) is known color: Costa Del Sol. HEX triplet: 66, 60 and 2B. RGB value is (102,96,43). Sum of RGB (Red+Green+Blue) = 102+96+43=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #66602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66602B is #999FD4. Grayscale: #5B5B5B. Windows color (decimal): -10067925 or 2842726. OLE color: 2842726.
HSL color Cylindrical-coordinate representation of color #66602B: hue angle of 53.9º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66602B is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 43 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.6 |
| HSL | 53.9º | 0.41% | 0.28% | - |
| HSV(B) | 53.9º | 0.58% | 0.4% | - |
| XYZ | 10.1 | 11.36 | 3.95 | - |
| YUV | 91.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 43 | 0 | 0.06 | 0.58 | 0.6 | 53.9 | 0.41 | 0.28 |
| Hex | 66 | 60 | 2B | 0 | 6 | 3A | 3C | 36 | 29 | 1C |
| Octal | 146 | 140 | 53 | 0 | 6 | 72 | 74 | 66 | 51 | 34 |
| Binary | 1100110 | 1100000 | 101011 | 0 | 110 | 111010 | 111100 | 110110 | 101001 | 11100 |
Color Harmonies of #66602B
Complementary color
Monochromatic Colors of #66602B
Black with #66602B
Text Example
Text Example
White with #66602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66602B; }
p { color: rgb(102,96,43); }
H1.HeaderClassName
{
color: #66602B;
}
.AnyTagClassName
{
color: #66602B;
}
</style>
background-color css
<style>
a { background-color: #66602B; }
a { background-color: rgb(102,96,43); }
div.DivClassName
{
background-color: #66602B;
}
.BgClassName
{
background-color: #66602B;
}
</style>
border-color css
<style>
span { border-color: #66602B; }
span { border-color: rgb(102,96,43); }
td.TdClassName
{
border-color: #66602B;
}
.TagClassName
{
border-color: #66602B;
}
</style>