Shades of Costa Del Sol #665C21
Tints of Costa Del Sol #665C21
RGB
CMYK
RGB Variations
Color information
#665C21 (or 0x665C21) is known color: Costa Del Sol. HEX triplet: 66, 5C and 21. RGB value is (102,92,33). Sum of RGB (Red+Green+Blue) = 102+92+33=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #665C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C21 is #99A3DE. Grayscale: #585858. Windows color (decimal): -10068959 or 2186342. OLE color: 2186342.
HSL color Cylindrical-coordinate representation of color #665C21: hue angle of 51.3º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #665C21 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 33 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.6 |
| HSL | 51.3º | 0.51% | 0.26% | - |
| HSV(B) | 51.3º | 0.68% | 0.4% | - |
| XYZ | 9.58 | 10.59 | 2.98 | - |
| YUV | 88.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 33 | 0 | 0.10 | 0.68 | 0.6 | 51.3 | 0.51 | 0.26 |
| Hex | 66 | 5C | 21 | 0 | A | 44 | 3C | 33 | 33 | 1A |
| Octal | 146 | 134 | 41 | 0 | 12 | 104 | 74 | 63 | 63 | 32 |
| Binary | 1100110 | 1011100 | 100001 | 0 | 1010 | 1000100 | 111100 | 110011 | 110011 | 11010 |
Color Harmonies of #665C21
Complementary color
Monochromatic Colors of #665C21
Black with #665C21
Text Example
Text Example
White with #665C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C21; }
p { color: rgb(102,92,33); }
H1.HeaderClassName
{
color: #665C21;
}
.AnyTagClassName
{
color: #665C21;
}
</style>
background-color css
<style>
a { background-color: #665C21; }
a { background-color: rgb(102,92,33); }
div.DivClassName
{
background-color: #665C21;
}
.BgClassName
{
background-color: #665C21;
}
</style>
border-color css
<style>
span { border-color: #665C21; }
span { border-color: rgb(102,92,33); }
td.TdClassName
{
border-color: #665C21;
}
.TagClassName
{
border-color: #665C21;
}
</style>