Shades of Costa Del Sol #665B10
Tints of Costa Del Sol #665B10
RGB
CMYK
RGB Variations
Color information
#665B10 (or 0x665B10) is known color: Costa Del Sol. HEX triplet: 66, 5B and 10. RGB value is (102,91,16). Sum of RGB (Red+Green+Blue) = 102+91+16=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #665B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B10 is #99A4EF. Grayscale: #565656. Windows color (decimal): -10069232 or 1071974. OLE color: 1071974.
HSL color Cylindrical-coordinate representation of color #665B10: hue angle of 52.33º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #665B10 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 16 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.6 |
| HSL | 52.33º | 0.73% | 0.23% | - |
| HSV(B) | 52.33º | 0.84% | 0.4% | - |
| XYZ | 9.31 | 10.34 | 2 | - |
| YUV | 85.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 16 | 0 | 0.11 | 0.84 | 0.6 | 52.33 | 0.73 | 0.23 |
| Hex | 66 | 5B | 10 | 0 | B | 54 | 3C | 34 | 49 | 17 |
| Octal | 146 | 133 | 20 | 0 | 13 | 124 | 74 | 64 | 111 | 27 |
| Binary | 1100110 | 1011011 | 10000 | 0 | 1011 | 1010100 | 111100 | 110100 | 1001001 | 10111 |
Color Harmonies of #665B10
Complementary color
Monochromatic Colors of #665B10
Black with #665B10
Text Example
Text Example
White with #665B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B10; }
p { color: rgb(102,91,16); }
H1.HeaderClassName
{
color: #665B10;
}
.AnyTagClassName
{
color: #665B10;
}
</style>
background-color css
<style>
a { background-color: #665B10; }
a { background-color: rgb(102,91,16); }
div.DivClassName
{
background-color: #665B10;
}
.BgClassName
{
background-color: #665B10;
}
</style>
border-color css
<style>
span { border-color: #665B10; }
span { border-color: rgb(102,91,16); }
td.TdClassName
{
border-color: #665B10;
}
.TagClassName
{
border-color: #665B10;
}
</style>