Shades of Costa Del Sol #665C20
Tints of Costa Del Sol #665C20
RGB
CMYK
RGB Variations
Color information
#665C20 (or 0x665C20) is known color: Costa Del Sol. HEX triplet: 66, 5C and 20. RGB value is (102,92,32). Sum of RGB (Red+Green+Blue) = 102+92+32=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #665C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C20 is #99A3DF. Grayscale: #585858. Windows color (decimal): -10068960 or 2120806. OLE color: 2120806.
HSL color Cylindrical-coordinate representation of color #665C20: hue angle of 51.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #665C20 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 32 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.6 |
| HSL | 51.43º | 0.52% | 0.26% | - |
| HSV(B) | 51.43º | 0.69% | 0.4% | - |
| XYZ | 9.57 | 10.58 | 2.91 | - |
| YUV | 88.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 32 | 0 | 0.10 | 0.69 | 0.6 | 51.43 | 0.52 | 0.26 |
| Hex | 66 | 5C | 20 | 0 | A | 45 | 3C | 33 | 34 | 1A |
| Octal | 146 | 134 | 40 | 0 | 12 | 105 | 74 | 63 | 64 | 32 |
| Binary | 1100110 | 1011100 | 100000 | 0 | 1010 | 1000101 | 111100 | 110011 | 110100 | 11010 |
Color Harmonies of #665C20
Complementary color
Monochromatic Colors of #665C20
Black with #665C20
Text Example
Text Example
White with #665C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C20; }
p { color: rgb(102,92,32); }
H1.HeaderClassName
{
color: #665C20;
}
.AnyTagClassName
{
color: #665C20;
}
</style>
background-color css
<style>
a { background-color: #665C20; }
a { background-color: rgb(102,92,32); }
div.DivClassName
{
background-color: #665C20;
}
.BgClassName
{
background-color: #665C20;
}
</style>
border-color css
<style>
span { border-color: #665C20; }
span { border-color: rgb(102,92,32); }
td.TdClassName
{
border-color: #665C20;
}
.TagClassName
{
border-color: #665C20;
}
</style>