Shades of Costa Del Sol #665B12
Tints of Costa Del Sol #665B12
RGB
CMYK
RGB Variations
Color information
#665B12 (or 0x665B12) is known color: Costa Del Sol. HEX triplet: 66, 5B and 12. RGB value is (102,91,18). Sum of RGB (Red+Green+Blue) = 102+91+18=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #665B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B12 is #99A4ED. Grayscale: #565656. Windows color (decimal): -10069230 or 1203046. OLE color: 1203046.
HSL color Cylindrical-coordinate representation of color #665B12: hue angle of 52.14º 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 #665B12 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 18 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.6 |
| HSL | 52.14º | 0.7% | 0.24% | - |
| HSV(B) | 52.14º | 0.82% | 0.4% | - |
| XYZ | 9.33 | 10.35 | 2.08 | - |
| YUV | 85.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 18 | 0 | 0.11 | 0.82 | 0.6 | 52.14 | 0.7 | 0.24 |
| Hex | 66 | 5B | 12 | 0 | B | 52 | 3C | 34 | 46 | 18 |
| Octal | 146 | 133 | 22 | 0 | 13 | 122 | 74 | 64 | 106 | 30 |
| Binary | 1100110 | 1011011 | 10010 | 0 | 1011 | 1010010 | 111100 | 110100 | 1000110 | 11000 |
Color Harmonies of #665B12
Complementary color
Monochromatic Colors of #665B12
Black with #665B12
Text Example
Text Example
White with #665B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B12; }
p { color: rgb(102,91,18); }
H1.HeaderClassName
{
color: #665B12;
}
.AnyTagClassName
{
color: #665B12;
}
</style>
background-color css
<style>
a { background-color: #665B12; }
a { background-color: rgb(102,91,18); }
div.DivClassName
{
background-color: #665B12;
}
.BgClassName
{
background-color: #665B12;
}
</style>
border-color css
<style>
span { border-color: #665B12; }
span { border-color: rgb(102,91,18); }
td.TdClassName
{
border-color: #665B12;
}
.TagClassName
{
border-color: #665B12;
}
</style>