Shades of Costa Del Sol #66631A
Tints of Costa Del Sol #66631A
RGB
CMYK
RGB Variations
Color information
#66631A (or 0x66631A) is known color: Costa Del Sol. HEX triplet: 66, 63 and 1A. RGB value is (102,99,26). Sum of RGB (Red+Green+Blue) = 102+99+26=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #66631A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66631A is #999CE5. Grayscale: #5B5B5B. Windows color (decimal): -10067174 or 1729382. OLE color: 1729382.
HSL color Cylindrical-coordinate representation of color #66631A: hue angle of 57.63º 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 #66631A is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 26 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.6 |
| HSL | 57.63º | 0.59% | 0.25% | - |
| HSV(B) | 57.63º | 0.75% | 0.4% | - |
| XYZ | 10.13 | 11.82 | 2.73 | - |
| YUV | 91.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 26 | 0 | 0.03 | 0.75 | 0.6 | 57.63 | 0.59 | 0.25 |
| Hex | 66 | 63 | 1A | 0 | 3 | 4B | 3C | 3A | 3B | 19 |
| Octal | 146 | 143 | 32 | 0 | 3 | 113 | 74 | 72 | 73 | 31 |
| Binary | 1100110 | 1100011 | 11010 | 0 | 11 | 1001011 | 111100 | 111010 | 111011 | 11001 |
Color Harmonies of #66631A
Complementary color
Monochromatic Colors of #66631A
Black with #66631A
Text Example
Text Example
White with #66631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66631A; }
p { color: rgb(102,99,26); }
H1.HeaderClassName
{
color: #66631A;
}
.AnyTagClassName
{
color: #66631A;
}
</style>
background-color css
<style>
a { background-color: #66631A; }
a { background-color: rgb(102,99,26); }
div.DivClassName
{
background-color: #66631A;
}
.BgClassName
{
background-color: #66631A;
}
</style>
border-color css
<style>
span { border-color: #66631A; }
span { border-color: rgb(102,99,26); }
td.TdClassName
{
border-color: #66631A;
}
.TagClassName
{
border-color: #66631A;
}
</style>