Shades of Costa Del Sol #665D26
Tints of Costa Del Sol #665D26
RGB
CMYK
RGB Variations
Color information
#665D26 (or 0x665D26) is known color: Costa Del Sol. HEX triplet: 66, 5D and 26. RGB value is (102,93,38). Sum of RGB (Red+Green+Blue) = 102+93+38=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #665D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D26 is #99A2D9. Grayscale: #595959. Windows color (decimal): -10068698 or 2514278. OLE color: 2514278.
HSL color Cylindrical-coordinate representation of color #665D26: hue angle of 51.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #665D26 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 38 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.6 |
| HSL | 51.56º | 0.46% | 0.27% | - |
| HSV(B) | 51.56º | 0.63% | 0.4% | - |
| XYZ | 9.74 | 10.79 | 3.4 | - |
| YUV | 89.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 38 | 0 | 0.09 | 0.63 | 0.6 | 51.56 | 0.46 | 0.27 |
| Hex | 66 | 5D | 26 | 0 | 9 | 3F | 3C | 34 | 2E | 1B |
| Octal | 146 | 135 | 46 | 0 | 11 | 77 | 74 | 64 | 56 | 33 |
| Binary | 1100110 | 1011101 | 100110 | 0 | 1001 | 111111 | 111100 | 110100 | 101110 | 11011 |
Color Harmonies of #665D26
Complementary color
Monochromatic Colors of #665D26
Black with #665D26
Text Example
Text Example
White with #665D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D26; }
p { color: rgb(102,93,38); }
H1.HeaderClassName
{
color: #665D26;
}
.AnyTagClassName
{
color: #665D26;
}
</style>
background-color css
<style>
a { background-color: #665D26; }
a { background-color: rgb(102,93,38); }
div.DivClassName
{
background-color: #665D26;
}
.BgClassName
{
background-color: #665D26;
}
</style>
border-color css
<style>
span { border-color: #665D26; }
span { border-color: rgb(102,93,38); }
td.TdClassName
{
border-color: #665D26;
}
.TagClassName
{
border-color: #665D26;
}
</style>