Shades of Costa Del Sol #665F04
Tints of Costa Del Sol #665F04
RGB
CMYK
RGB Variations
Color information
#665F04 (or 0x665F04) is known color: Costa Del Sol. HEX triplet: 66, 5F and 04. RGB value is (102,95,4). Sum of RGB (Red+Green+Blue) = 102+95+4=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #665F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F04 is #99A0FB. Grayscale: #575757. Windows color (decimal): -10068220 or 286566. OLE color: 286566.
HSL color Cylindrical-coordinate representation of color #665F04: hue angle of 55.71º 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 #665F04 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 4 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.6 |
| HSL | 55.71º | 0.92% | 0.21% | - |
| HSV(B) | 55.71º | 0.96% | 0.4% | - |
| XYZ | 9.59 | 11.02 | 1.74 | - |
| YUV | 86.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 4 | 0 | 0.07 | 0.96 | 0.6 | 55.71 | 0.92 | 0.21 |
| Hex | 66 | 5F | 4 | 0 | 7 | 60 | 3C | 38 | 5C | 15 |
| Octal | 146 | 137 | 4 | 0 | 7 | 140 | 74 | 70 | 134 | 25 |
| Binary | 1100110 | 1011111 | 100 | 0 | 111 | 1100000 | 111100 | 111000 | 1011100 | 10101 |
Color Harmonies of #665F04
Complementary color
Monochromatic Colors of #665F04
Black with #665F04
Text Example
Text Example
White with #665F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F04; }
p { color: rgb(102,95,4); }
H1.HeaderClassName
{
color: #665F04;
}
.AnyTagClassName
{
color: #665F04;
}
</style>
background-color css
<style>
a { background-color: #665F04; }
a { background-color: rgb(102,95,4); }
div.DivClassName
{
background-color: #665F04;
}
.BgClassName
{
background-color: #665F04;
}
</style>
border-color css
<style>
span { border-color: #665F04; }
span { border-color: rgb(102,95,4); }
td.TdClassName
{
border-color: #665F04;
}
.TagClassName
{
border-color: #665F04;
}
</style>