Shades of Costa Del Sol #665D12
Tints of Costa Del Sol #665D12
RGB
CMYK
RGB Variations
Color information
#665D12 (or 0x665D12) is known color: Costa Del Sol. HEX triplet: 66, 5D and 12. RGB value is (102,93,18). Sum of RGB (Red+Green+Blue) = 102+93+18=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #665D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D12 is #99A2ED. Grayscale: #575757. Windows color (decimal): -10068718 or 1203558. OLE color: 1203558.
HSL color Cylindrical-coordinate representation of color #665D12: hue angle of 53.57º 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 #665D12 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 18 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.6 |
| HSL | 53.57º | 0.7% | 0.24% | - |
| HSV(B) | 53.57º | 0.82% | 0.4% | - |
| XYZ | 9.5 | 10.7 | 2.14 | - |
| YUV | 87.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 18 | 0 | 0.09 | 0.82 | 0.6 | 53.57 | 0.7 | 0.24 |
| Hex | 66 | 5D | 12 | 0 | 9 | 52 | 3C | 36 | 46 | 18 |
| Octal | 146 | 135 | 22 | 0 | 11 | 122 | 74 | 66 | 106 | 30 |
| Binary | 1100110 | 1011101 | 10010 | 0 | 1001 | 1010010 | 111100 | 110110 | 1000110 | 11000 |
Color Harmonies of #665D12
Complementary color
Monochromatic Colors of #665D12
Black with #665D12
Text Example
Text Example
White with #665D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D12; }
p { color: rgb(102,93,18); }
H1.HeaderClassName
{
color: #665D12;
}
.AnyTagClassName
{
color: #665D12;
}
</style>
background-color css
<style>
a { background-color: #665D12; }
a { background-color: rgb(102,93,18); }
div.DivClassName
{
background-color: #665D12;
}
.BgClassName
{
background-color: #665D12;
}
</style>
border-color css
<style>
span { border-color: #665D12; }
span { border-color: rgb(102,93,18); }
td.TdClassName
{
border-color: #665D12;
}
.TagClassName
{
border-color: #665D12;
}
</style>