Shades of Costa Del Sol #665C33
Tints of Costa Del Sol #665C33
RGB
CMYK
RGB Variations
Color information
#665C33 (or 0x665C33) is known color: Costa Del Sol. HEX triplet: 66, 5C and 33. RGB value is (102,92,51). Sum of RGB (Red+Green+Blue) = 102+92+51=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #665C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C33 is #99A3CC. Grayscale: #5A5A5A. Windows color (decimal): -10068941 or 3365990. OLE color: 3365990.
HSL color Cylindrical-coordinate representation of color #665C33: hue angle of 48.24º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #665C33 is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 51 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.6 |
| HSL | 48.24º | 0.33% | 0.3% | - |
| HSV(B) | 48.24º | 0.5% | 0.4% | - |
| XYZ | 9.9 | 10.72 | 4.68 | - |
| YUV | 90.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 51 | 0 | 0.10 | 0.5 | 0.6 | 48.24 | 0.33 | 0.3 |
| Hex | 66 | 5C | 33 | 0 | A | 32 | 3C | 30 | 21 | 1E |
| Octal | 146 | 134 | 63 | 0 | 12 | 62 | 74 | 60 | 41 | 36 |
| Binary | 1100110 | 1011100 | 110011 | 0 | 1010 | 110010 | 111100 | 110000 | 100001 | 11110 |
Color Harmonies of #665C33
Complementary color
Monochromatic Colors of #665C33
Black with #665C33
Text Example
Text Example
White with #665C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C33; }
p { color: rgb(102,92,51); }
H1.HeaderClassName
{
color: #665C33;
}
.AnyTagClassName
{
color: #665C33;
}
</style>
background-color css
<style>
a { background-color: #665C33; }
a { background-color: rgb(102,92,51); }
div.DivClassName
{
background-color: #665C33;
}
.BgClassName
{
background-color: #665C33;
}
</style>
border-color css
<style>
span { border-color: #665C33; }
span { border-color: rgb(102,92,51); }
td.TdClassName
{
border-color: #665C33;
}
.TagClassName
{
border-color: #665C33;
}
</style>