Shades of Costa Del Sol #665B09
Tints of Costa Del Sol #665B09
RGB
CMYK
RGB Variations
Color information
#665B09 (or 0x665B09) is known color: Costa Del Sol. HEX triplet: 66, 5B and 09. RGB value is (102,91,9). Sum of RGB (Red+Green+Blue) = 102+91+9=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #665B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B09 is #99A4F6. Grayscale: #555555. Windows color (decimal): -10069239 or 613222. OLE color: 613222.
HSL color Cylindrical-coordinate representation of color #665B09: hue angle of 52.9º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #665B09 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 9 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.6 |
| HSL | 52.9º | 0.84% | 0.22% | - |
| HSV(B) | 52.9º | 0.91% | 0.4% | - |
| XYZ | 9.27 | 10.33 | 1.76 | - |
| YUV | 84.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 9 | 0 | 0.11 | 0.91 | 0.6 | 52.9 | 0.84 | 0.22 |
| Hex | 66 | 5B | 9 | 0 | B | 5B | 3C | 35 | 54 | 16 |
| Octal | 146 | 133 | 11 | 0 | 13 | 133 | 74 | 65 | 124 | 26 |
| Binary | 1100110 | 1011011 | 1001 | 0 | 1011 | 1011011 | 111100 | 110101 | 1010100 | 10110 |
Color Harmonies of #665B09
Complementary color
Monochromatic Colors of #665B09
Black with #665B09
Text Example
Text Example
White with #665B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B09; }
p { color: rgb(102,91,9); }
H1.HeaderClassName
{
color: #665B09;
}
.AnyTagClassName
{
color: #665B09;
}
</style>
background-color css
<style>
a { background-color: #665B09; }
a { background-color: rgb(102,91,9); }
div.DivClassName
{
background-color: #665B09;
}
.BgClassName
{
background-color: #665B09;
}
</style>
border-color css
<style>
span { border-color: #665B09; }
span { border-color: rgb(102,91,9); }
td.TdClassName
{
border-color: #665B09;
}
.TagClassName
{
border-color: #665B09;
}
</style>