Shades of Costa Del Sol #66601D
Tints of Costa Del Sol #66601D
RGB
CMYK
RGB Variations
Color information
#66601D (or 0x66601D) is known color: Costa Del Sol. HEX triplet: 66, 60 and 1D. RGB value is (102,96,29). Sum of RGB (Red+Green+Blue) = 102+96+29=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #66601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66601D is #999FE2. Grayscale: #5A5A5A. Windows color (decimal): -10067939 or 1925222. OLE color: 1925222.
HSL color Cylindrical-coordinate representation of color #66601D: hue angle of 55.07º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66601D is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 29 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.6 |
| HSL | 55.07º | 0.56% | 0.26% | - |
| HSV(B) | 55.07º | 0.72% | 0.4% | - |
| XYZ | 9.88 | 11.28 | 2.82 | - |
| YUV | 90.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 29 | 0 | 0.06 | 0.72 | 0.6 | 55.07 | 0.56 | 0.26 |
| Hex | 66 | 60 | 1D | 0 | 6 | 48 | 3C | 37 | 38 | 1A |
| Octal | 146 | 140 | 35 | 0 | 6 | 110 | 74 | 67 | 70 | 32 |
| Binary | 1100110 | 1100000 | 11101 | 0 | 110 | 1001000 | 111100 | 110111 | 111000 | 11010 |
Color Harmonies of #66601D
Complementary color
Monochromatic Colors of #66601D
Black with #66601D
Text Example
Text Example
White with #66601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66601D; }
p { color: rgb(102,96,29); }
H1.HeaderClassName
{
color: #66601D;
}
.AnyTagClassName
{
color: #66601D;
}
</style>
background-color css
<style>
a { background-color: #66601D; }
a { background-color: rgb(102,96,29); }
div.DivClassName
{
background-color: #66601D;
}
.BgClassName
{
background-color: #66601D;
}
</style>
border-color css
<style>
span { border-color: #66601D; }
span { border-color: rgb(102,96,29); }
td.TdClassName
{
border-color: #66601D;
}
.TagClassName
{
border-color: #66601D;
}
</style>