Shades of Costa Del Sol #665C07
Tints of Costa Del Sol #665C07
RGB
CMYK
RGB Variations
Color information
#665C07 (or 0x665C07) is known color: Costa Del Sol. HEX triplet: 66, 5C and 07. RGB value is (102,92,7). Sum of RGB (Red+Green+Blue) = 102+92+7=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #665C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C07 is #99A3F8. Grayscale: #555555. Windows color (decimal): -10068985 or 482406. OLE color: 482406.
HSL color Cylindrical-coordinate representation of color #665C07: hue angle of 53.68º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #665C07 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 7 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.6 |
| HSL | 53.68º | 0.87% | 0.21% | - |
| HSV(B) | 53.68º | 0.93% | 0.4% | - |
| XYZ | 9.34 | 10.49 | 1.73 | - |
| YUV | 85.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 7 | 0 | 0.10 | 0.93 | 0.6 | 53.68 | 0.87 | 0.21 |
| Hex | 66 | 5C | 7 | 0 | A | 5D | 3C | 36 | 57 | 15 |
| Octal | 146 | 134 | 7 | 0 | 12 | 135 | 74 | 66 | 127 | 25 |
| Binary | 1100110 | 1011100 | 111 | 0 | 1010 | 1011101 | 111100 | 110110 | 1010111 | 10101 |
Color Harmonies of #665C07
Complementary color
Monochromatic Colors of #665C07
Black with #665C07
Text Example
Text Example
White with #665C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C07; }
p { color: rgb(102,92,7); }
H1.HeaderClassName
{
color: #665C07;
}
.AnyTagClassName
{
color: #665C07;
}
</style>
background-color css
<style>
a { background-color: #665C07; }
a { background-color: rgb(102,92,7); }
div.DivClassName
{
background-color: #665C07;
}
.BgClassName
{
background-color: #665C07;
}
</style>
border-color css
<style>
span { border-color: #665C07; }
span { border-color: rgb(102,92,7); }
td.TdClassName
{
border-color: #665C07;
}
.TagClassName
{
border-color: #665C07;
}
</style>