Shades of Costa Del Sol #665B17
Tints of Costa Del Sol #665B17
RGB
CMYK
RGB Variations
Color information
#665B17 (or 0x665B17) is known color: Costa Del Sol. HEX triplet: 66, 5B and 17. RGB value is (102,91,23). Sum of RGB (Red+Green+Blue) = 102+91+23=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #665B17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B17 is #99A4E8. Grayscale: #565656. Windows color (decimal): -10069225 or 1530726. OLE color: 1530726.
HSL color Cylindrical-coordinate representation of color #665B17: hue angle of 51.65º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #665B17 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 23 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.6 |
| HSL | 51.65º | 0.63% | 0.25% | - |
| HSV(B) | 51.65º | 0.77% | 0.4% | - |
| XYZ | 9.38 | 10.37 | 2.32 | - |
| YUV | 86.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 23 | 0 | 0.11 | 0.77 | 0.6 | 51.65 | 0.63 | 0.25 |
| Hex | 66 | 5B | 17 | 0 | B | 4D | 3C | 34 | 3F | 19 |
| Octal | 146 | 133 | 27 | 0 | 13 | 115 | 74 | 64 | 77 | 31 |
| Binary | 1100110 | 1011011 | 10111 | 0 | 1011 | 1001101 | 111100 | 110100 | 111111 | 11001 |
Color Harmonies of #665B17
Complementary color
Monochromatic Colors of #665B17
Black with #665B17
Text Example
Text Example
White with #665B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B17; }
p { color: rgb(102,91,23); }
H1.HeaderClassName
{
color: #665B17;
}
.AnyTagClassName
{
color: #665B17;
}
</style>
background-color css
<style>
a { background-color: #665B17; }
a { background-color: rgb(102,91,23); }
div.DivClassName
{
background-color: #665B17;
}
.BgClassName
{
background-color: #665B17;
}
</style>
border-color css
<style>
span { border-color: #665B17; }
span { border-color: rgb(102,91,23); }
td.TdClassName
{
border-color: #665B17;
}
.TagClassName
{
border-color: #665B17;
}
</style>