Shades of Costa Del Sol #665F32
Tints of Costa Del Sol #665F32
RGB
CMYK
RGB Variations
Color information
#665F32 (or 0x665F32) is known color: Costa Del Sol. HEX triplet: 66, 5F and 32. RGB value is (102,95,50). Sum of RGB (Red+Green+Blue) = 102+95+50=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #665F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F32 is #99A0CD. Grayscale: #5C5C5C. Windows color (decimal): -10068174 or 3301222. OLE color: 3301222.
HSL color Cylindrical-coordinate representation of color #665F32: hue angle of 51.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665F32 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 50 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.6 |
| HSL | 51.92º | 0.34% | 0.3% | - |
| HSV(B) | 51.92º | 0.51% | 0.4% | - |
| XYZ | 10.15 | 11.24 | 4.65 | - |
| YUV | 91.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 50 | 0 | 0.07 | 0.51 | 0.6 | 51.92 | 0.34 | 0.3 |
| Hex | 66 | 5F | 32 | 0 | 7 | 33 | 3C | 34 | 22 | 1E |
| Octal | 146 | 137 | 62 | 0 | 7 | 63 | 74 | 64 | 42 | 36 |
| Binary | 1100110 | 1011111 | 110010 | 0 | 111 | 110011 | 111100 | 110100 | 100010 | 11110 |
Color Harmonies of #665F32
Complementary color
Monochromatic Colors of #665F32
Black with #665F32
Text Example
Text Example
White with #665F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F32; }
p { color: rgb(102,95,50); }
H1.HeaderClassName
{
color: #665F32;
}
.AnyTagClassName
{
color: #665F32;
}
</style>
background-color css
<style>
a { background-color: #665F32; }
a { background-color: rgb(102,95,50); }
div.DivClassName
{
background-color: #665F32;
}
.BgClassName
{
background-color: #665F32;
}
</style>
border-color css
<style>
span { border-color: #665F32; }
span { border-color: rgb(102,95,50); }
td.TdClassName
{
border-color: #665F32;
}
.TagClassName
{
border-color: #665F32;
}
</style>