Shades of Costa Del Sol #665E26
Tints of Costa Del Sol #665E26
RGB
CMYK
RGB Variations
Color information
#665E26 (or 0x665E26) is known color: Costa Del Sol. HEX triplet: 66, 5E and 26. RGB value is (102,94,38). Sum of RGB (Red+Green+Blue) = 102+94+38=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #665E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E26 is #99A1D9. Grayscale: #5A5A5A. Windows color (decimal): -10068442 or 2514534. OLE color: 2514534.
HSL color Cylindrical-coordinate representation of color #665E26: hue angle of 52.5º 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 #665E26 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 94 | 38 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.6 |
| HSL | 52.5º | 0.46% | 0.27% | - |
| HSV(B) | 52.5º | 0.63% | 0.4% | - |
| XYZ | 9.83 | 10.97 | 3.43 | - |
| YUV | 90.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 38 | 0 | 0.08 | 0.63 | 0.6 | 52.5 | 0.46 | 0.27 |
| Hex | 66 | 5E | 26 | 0 | 8 | 3F | 3C | 34 | 2E | 1B |
| Octal | 146 | 136 | 46 | 0 | 10 | 77 | 74 | 64 | 56 | 33 |
| Binary | 1100110 | 1011110 | 100110 | 0 | 1000 | 111111 | 111100 | 110100 | 101110 | 11011 |
Color Harmonies of #665E26
Complementary color
Monochromatic Colors of #665E26
Black with #665E26
Text Example
Text Example
White with #665E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665E26; }
p { color: rgb(102,94,38); }
H1.HeaderClassName
{
color: #665E26;
}
.AnyTagClassName
{
color: #665E26;
}
</style>
background-color css
<style>
a { background-color: #665E26; }
a { background-color: rgb(102,94,38); }
div.DivClassName
{
background-color: #665E26;
}
.BgClassName
{
background-color: #665E26;
}
</style>
border-color css
<style>
span { border-color: #665E26; }
span { border-color: rgb(102,94,38); }
td.TdClassName
{
border-color: #665E26;
}
.TagClassName
{
border-color: #665E26;
}
</style>