Shades of Costa Del Sol #66621A
Tints of Costa Del Sol #66621A
RGB
CMYK
RGB Variations
Color information
#66621A (or 0x66621A) is known color: Costa Del Sol. HEX triplet: 66, 62 and 1A. RGB value is (102,98,26). Sum of RGB (Red+Green+Blue) = 102+98+26=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #66621A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66621A is #999DE5. Grayscale: #5B5B5B. Windows color (decimal): -10067430 or 1729126. OLE color: 1729126.
HSL color Cylindrical-coordinate representation of color #66621A: hue angle of 56.84º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66621A is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 26 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.6 |
| HSL | 56.84º | 0.59% | 0.25% | - |
| HSV(B) | 56.84º | 0.75% | 0.4% | - |
| XYZ | 10.03 | 11.63 | 2.69 | - |
| YUV | 90.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 26 | 0 | 0.04 | 0.75 | 0.6 | 56.84 | 0.59 | 0.25 |
| Hex | 66 | 62 | 1A | 0 | 4 | 4B | 3C | 39 | 3B | 19 |
| Octal | 146 | 142 | 32 | 0 | 4 | 113 | 74 | 71 | 73 | 31 |
| Binary | 1100110 | 1100010 | 11010 | 0 | 100 | 1001011 | 111100 | 111001 | 111011 | 11001 |
Color Harmonies of #66621A
Complementary color
Monochromatic Colors of #66621A
Black with #66621A
Text Example
Text Example
White with #66621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66621A; }
p { color: rgb(102,98,26); }
H1.HeaderClassName
{
color: #66621A;
}
.AnyTagClassName
{
color: #66621A;
}
</style>
background-color css
<style>
a { background-color: #66621A; }
a { background-color: rgb(102,98,26); }
div.DivClassName
{
background-color: #66621A;
}
.BgClassName
{
background-color: #66621A;
}
</style>
border-color css
<style>
span { border-color: #66621A; }
span { border-color: rgb(102,98,26); }
td.TdClassName
{
border-color: #66621A;
}
.TagClassName
{
border-color: #66621A;
}
</style>