Shades of Costa Del Sol #665E14
Tints of Costa Del Sol #665E14
RGB
CMYK
RGB Variations
Color information
#665E14 (or 0x665E14) is known color: Costa Del Sol. HEX triplet: 66, 5E and 14. RGB value is (102,94,20). Sum of RGB (Red+Green+Blue) = 102+94+20=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #665E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665E14 is #99A1EB. Grayscale: #585858. Windows color (decimal): -10068460 or 1334886. OLE color: 1334886.
HSL color Cylindrical-coordinate representation of color #665E14: hue angle of 54.15º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #665E14 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 94 | 20 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.6 |
| HSL | 54.15º | 0.67% | 0.24% | - |
| HSV(B) | 54.15º | 0.8% | 0.4% | - |
| XYZ | 9.61 | 10.88 | 2.26 | - |
| YUV | 87.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 20 | 0 | 0.08 | 0.80 | 0.6 | 54.15 | 0.67 | 0.24 |
| Hex | 66 | 5E | 14 | 0 | 8 | 50 | 3C | 36 | 43 | 18 |
| Octal | 146 | 136 | 24 | 0 | 10 | 120 | 74 | 66 | 103 | 30 |
| Binary | 1100110 | 1011110 | 10100 | 0 | 1000 | 1010000 | 111100 | 110110 | 1000011 | 11000 |
Color Harmonies of #665E14
Complementary color
Monochromatic Colors of #665E14
Black with #665E14
Text Example
Text Example
White with #665E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665E14; }
p { color: rgb(102,94,20); }
H1.HeaderClassName
{
color: #665E14;
}
.AnyTagClassName
{
color: #665E14;
}
</style>
background-color css
<style>
a { background-color: #665E14; }
a { background-color: rgb(102,94,20); }
div.DivClassName
{
background-color: #665E14;
}
.BgClassName
{
background-color: #665E14;
}
</style>
border-color css
<style>
span { border-color: #665E14; }
span { border-color: rgb(102,94,20); }
td.TdClassName
{
border-color: #665E14;
}
.TagClassName
{
border-color: #665E14;
}
</style>