Shades of Costa Del Sol #665A2C
Tints of Costa Del Sol #665A2C
RGB
CMYK
RGB Variations
Color information
#665A2C (or 0x665A2C) is known color: Costa Del Sol. HEX triplet: 66, 5A and 2C. RGB value is (102,90,44). Sum of RGB (Red+Green+Blue) = 102+90+44=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #665A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A2C is #99A5D3. Grayscale: #585858. Windows color (decimal): -10069460 or 2906726. OLE color: 2906726.
HSL color Cylindrical-coordinate representation of color #665A2C: hue angle of 47.59º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #665A2C is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 44 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.6 |
| HSL | 47.59º | 0.4% | 0.29% | - |
| HSV(B) | 47.59º | 0.57% | 0.4% | - |
| XYZ | 9.59 | 10.32 | 3.87 | - |
| YUV | 88.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 44 | 0 | 0.12 | 0.57 | 0.6 | 47.59 | 0.4 | 0.29 |
| Hex | 66 | 5A | 2C | 0 | C | 39 | 3C | 30 | 28 | 1D |
| Octal | 146 | 132 | 54 | 0 | 14 | 71 | 74 | 60 | 50 | 35 |
| Binary | 1100110 | 1011010 | 101100 | 0 | 1100 | 111001 | 111100 | 110000 | 101000 | 11101 |
Color Harmonies of #665A2C
Complementary color
Monochromatic Colors of #665A2C
Black with #665A2C
Text Example
Text Example
White with #665A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A2C; }
p { color: rgb(102,90,44); }
H1.HeaderClassName
{
color: #665A2C;
}
.AnyTagClassName
{
color: #665A2C;
}
</style>
background-color css
<style>
a { background-color: #665A2C; }
a { background-color: rgb(102,90,44); }
div.DivClassName
{
background-color: #665A2C;
}
.BgClassName
{
background-color: #665A2C;
}
</style>
border-color css
<style>
span { border-color: #665A2C; }
span { border-color: rgb(102,90,44); }
td.TdClassName
{
border-color: #665A2C;
}
.TagClassName
{
border-color: #665A2C;
}
</style>