Shades of Costa Del Sol #665C12
Tints of Costa Del Sol #665C12
RGB
CMYK
RGB Variations
Color information
#665C12 (or 0x665C12) is known color: Costa Del Sol. HEX triplet: 66, 5C and 12. RGB value is (102,92,18). Sum of RGB (Red+Green+Blue) = 102+92+18=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #665C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C12 is #99A3ED. Grayscale: #565656. Windows color (decimal): -10068974 or 1203302. OLE color: 1203302.
HSL color Cylindrical-coordinate representation of color #665C12: hue angle of 52.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #665C12 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 18 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.6 |
| HSL | 52.86º | 0.7% | 0.24% | - |
| HSV(B) | 52.86º | 0.82% | 0.4% | - |
| XYZ | 9.42 | 10.52 | 2.11 | - |
| YUV | 86.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 18 | 0 | 0.10 | 0.82 | 0.6 | 52.86 | 0.7 | 0.24 |
| Hex | 66 | 5C | 12 | 0 | A | 52 | 3C | 35 | 46 | 18 |
| Octal | 146 | 134 | 22 | 0 | 12 | 122 | 74 | 65 | 106 | 30 |
| Binary | 1100110 | 1011100 | 10010 | 0 | 1010 | 1010010 | 111100 | 110101 | 1000110 | 11000 |
Color Harmonies of #665C12
Complementary color
Monochromatic Colors of #665C12
Black with #665C12
Text Example
Text Example
White with #665C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C12; }
p { color: rgb(102,92,18); }
H1.HeaderClassName
{
color: #665C12;
}
.AnyTagClassName
{
color: #665C12;
}
</style>
background-color css
<style>
a { background-color: #665C12; }
a { background-color: rgb(102,92,18); }
div.DivClassName
{
background-color: #665C12;
}
.BgClassName
{
background-color: #665C12;
}
</style>
border-color css
<style>
span { border-color: #665C12; }
span { border-color: rgb(102,92,18); }
td.TdClassName
{
border-color: #665C12;
}
.TagClassName
{
border-color: #665C12;
}
</style>