Shades of Costa Del Sol #665D09
Tints of Costa Del Sol #665D09
RGB
CMYK
RGB Variations
Color information
#665D09 (or 0x665D09) is known color: Costa Del Sol. HEX triplet: 66, 5D and 09. RGB value is (102,93,9). Sum of RGB (Red+Green+Blue) = 102+93+9=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #665D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D09 is #99A2F6. Grayscale: #565656. Windows color (decimal): -10068727 or 613734. OLE color: 613734.
HSL color Cylindrical-coordinate representation of color #665D09: hue angle of 54.19º 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 #665D09 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 9 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.6 |
| HSL | 54.19º | 0.84% | 0.22% | - |
| HSV(B) | 54.19º | 0.91% | 0.4% | - |
| XYZ | 9.44 | 10.67 | 1.82 | - |
| YUV | 86.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 9 | 0 | 0.09 | 0.91 | 0.6 | 54.19 | 0.84 | 0.22 |
| Hex | 66 | 5D | 9 | 0 | 9 | 5B | 3C | 36 | 54 | 16 |
| Octal | 146 | 135 | 11 | 0 | 11 | 133 | 74 | 66 | 124 | 26 |
| Binary | 1100110 | 1011101 | 1001 | 0 | 1001 | 1011011 | 111100 | 110110 | 1010100 | 10110 |
Color Harmonies of #665D09
Complementary color
Monochromatic Colors of #665D09
Black with #665D09
Text Example
Text Example
White with #665D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D09; }
p { color: rgb(102,93,9); }
H1.HeaderClassName
{
color: #665D09;
}
.AnyTagClassName
{
color: #665D09;
}
</style>
background-color css
<style>
a { background-color: #665D09; }
a { background-color: rgb(102,93,9); }
div.DivClassName
{
background-color: #665D09;
}
.BgClassName
{
background-color: #665D09;
}
</style>
border-color css
<style>
span { border-color: #665D09; }
span { border-color: rgb(102,93,9); }
td.TdClassName
{
border-color: #665D09;
}
.TagClassName
{
border-color: #665D09;
}
</style>