Shades of Costa Del Sol #665D0F
Tints of Costa Del Sol #665D0F
RGB
CMYK
RGB Variations
Color information
#665D0F (or 0x665D0F) is known color: Costa Del Sol. HEX triplet: 66, 5D and 0F. RGB value is (102,93,15). Sum of RGB (Red+Green+Blue) = 102+93+15=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #665D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D0F is #99A2F0. Grayscale: #575757. Windows color (decimal): -10068721 or 1006950. OLE color: 1006950.
HSL color Cylindrical-coordinate representation of color #665D0F: hue angle of 53.79º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #665D0F is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 15 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.6 |
| HSL | 53.79º | 0.74% | 0.23% | - |
| HSV(B) | 53.79º | 0.85% | 0.4% | - |
| XYZ | 9.48 | 10.69 | 2.02 | - |
| YUV | 86.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 15 | 0 | 0.09 | 0.85 | 0.6 | 53.79 | 0.74 | 0.23 |
| Hex | 66 | 5D | F | 0 | 9 | 55 | 3C | 36 | 4A | 17 |
| Octal | 146 | 135 | 17 | 0 | 11 | 125 | 74 | 66 | 112 | 27 |
| Binary | 1100110 | 1011101 | 1111 | 0 | 1001 | 1010101 | 111100 | 110110 | 1001010 | 10111 |
Color Harmonies of #665D0F
Complementary color
Monochromatic Colors of #665D0F
Black with #665D0F
Text Example
Text Example
White with #665D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D0F; }
p { color: rgb(102,93,15); }
H1.HeaderClassName
{
color: #665D0F;
}
.AnyTagClassName
{
color: #665D0F;
}
</style>
background-color css
<style>
a { background-color: #665D0F; }
a { background-color: rgb(102,93,15); }
div.DivClassName
{
background-color: #665D0F;
}
.BgClassName
{
background-color: #665D0F;
}
</style>
border-color css
<style>
span { border-color: #665D0F; }
span { border-color: rgb(102,93,15); }
td.TdClassName
{
border-color: #665D0F;
}
.TagClassName
{
border-color: #665D0F;
}
</style>