Shades of Costa Del Sol #665F0E
Tints of Costa Del Sol #665F0E
RGB
CMYK
RGB Variations
Color information
#665F0E (or 0x665F0E) is known color: Costa Del Sol. HEX triplet: 66, 5F and 0E. RGB value is (102,95,14). Sum of RGB (Red+Green+Blue) = 102+95+14=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #665F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F0E is #99A0F1. Grayscale: #585858. Windows color (decimal): -10068210 or 941926. OLE color: 941926.
HSL color Cylindrical-coordinate representation of color #665F0E: hue angle of 55.23º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #665F0E is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 14 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.6 |
| HSL | 55.23º | 0.76% | 0.23% | - |
| HSV(B) | 55.23º | 0.86% | 0.4% | - |
| XYZ | 9.65 | 11.04 | 2.04 | - |
| YUV | 87.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 14 | 0 | 0.07 | 0.86 | 0.6 | 55.23 | 0.76 | 0.23 |
| Hex | 66 | 5F | E | 0 | 7 | 56 | 3C | 37 | 4C | 17 |
| Octal | 146 | 137 | 16 | 0 | 7 | 126 | 74 | 67 | 114 | 27 |
| Binary | 1100110 | 1011111 | 1110 | 0 | 111 | 1010110 | 111100 | 110111 | 1001100 | 10111 |
Color Harmonies of #665F0E
Complementary color
Monochromatic Colors of #665F0E
Black with #665F0E
Text Example
Text Example
White with #665F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F0E; }
p { color: rgb(102,95,14); }
H1.HeaderClassName
{
color: #665F0E;
}
.AnyTagClassName
{
color: #665F0E;
}
</style>
background-color css
<style>
a { background-color: #665F0E; }
a { background-color: rgb(102,95,14); }
div.DivClassName
{
background-color: #665F0E;
}
.BgClassName
{
background-color: #665F0E;
}
</style>
border-color css
<style>
span { border-color: #665F0E; }
span { border-color: rgb(102,95,14); }
td.TdClassName
{
border-color: #665F0E;
}
.TagClassName
{
border-color: #665F0E;
}
</style>