Shades of Costa Del Sol #665D04
Tints of Costa Del Sol #665D04
RGB
CMYK
RGB Variations
Color information
#665D04 (or 0x665D04) is known color: Costa Del Sol. HEX triplet: 66, 5D and 04. RGB value is (102,93,4). Sum of RGB (Red+Green+Blue) = 102+93+4=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #665D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D04 is #99A2FB. Grayscale: #555555. Windows color (decimal): -10068732 or 286054. OLE color: 286054.
HSL color Cylindrical-coordinate representation of color #665D04: hue angle of 54.49º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #665D04 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 4 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.6 |
| HSL | 54.49º | 0.92% | 0.21% | - |
| HSV(B) | 54.49º | 0.96% | 0.4% | - |
| XYZ | 9.42 | 10.66 | 1.68 | - |
| YUV | 85.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 4 | 0 | 0.09 | 0.96 | 0.6 | 54.49 | 0.92 | 0.21 |
| Hex | 66 | 5D | 4 | 0 | 9 | 60 | 3C | 36 | 5C | 15 |
| Octal | 146 | 135 | 4 | 0 | 11 | 140 | 74 | 66 | 134 | 25 |
| Binary | 1100110 | 1011101 | 100 | 0 | 1001 | 1100000 | 111100 | 110110 | 1011100 | 10101 |
Color Harmonies of #665D04
Complementary color
Monochromatic Colors of #665D04
Black with #665D04
Text Example
Text Example
White with #665D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D04; }
p { color: rgb(102,93,4); }
H1.HeaderClassName
{
color: #665D04;
}
.AnyTagClassName
{
color: #665D04;
}
</style>
background-color css
<style>
a { background-color: #665D04; }
a { background-color: rgb(102,93,4); }
div.DivClassName
{
background-color: #665D04;
}
.BgClassName
{
background-color: #665D04;
}
</style>
border-color css
<style>
span { border-color: #665D04; }
span { border-color: rgb(102,93,4); }
td.TdClassName
{
border-color: #665D04;
}
.TagClassName
{
border-color: #665D04;
}
</style>