Shades of Costa Del Sol #665F0F
Tints of Costa Del Sol #665F0F
RGB
CMYK
RGB Variations
Color information
#665F0F (or 0x665F0F) is known color: Costa Del Sol. HEX triplet: 66, 5F and 0F. RGB value is (102,95,15). Sum of RGB (Red+Green+Blue) = 102+95+15=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #665F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F0F is #99A0F0. Grayscale: #585858. Windows color (decimal): -10068209 or 1007462. OLE color: 1007462.
HSL color Cylindrical-coordinate representation of color #665F0F: hue angle of 55.17º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #665F0F is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 15 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.6 |
| HSL | 55.17º | 0.74% | 0.23% | - |
| HSV(B) | 55.17º | 0.85% | 0.4% | - |
| XYZ | 9.66 | 11.04 | 2.07 | - |
| YUV | 87.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 15 | 0 | 0.07 | 0.85 | 0.6 | 55.17 | 0.74 | 0.23 |
| Hex | 66 | 5F | F | 0 | 7 | 55 | 3C | 37 | 4A | 17 |
| Octal | 146 | 137 | 17 | 0 | 7 | 125 | 74 | 67 | 112 | 27 |
| Binary | 1100110 | 1011111 | 1111 | 0 | 111 | 1010101 | 111100 | 110111 | 1001010 | 10111 |
Color Harmonies of #665F0F
Complementary color
Monochromatic Colors of #665F0F
Black with #665F0F
Text Example
Text Example
White with #665F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F0F; }
p { color: rgb(102,95,15); }
H1.HeaderClassName
{
color: #665F0F;
}
.AnyTagClassName
{
color: #665F0F;
}
</style>
background-color css
<style>
a { background-color: #665F0F; }
a { background-color: rgb(102,95,15); }
div.DivClassName
{
background-color: #665F0F;
}
.BgClassName
{
background-color: #665F0F;
}
</style>
border-color css
<style>
span { border-color: #665F0F; }
span { border-color: rgb(102,95,15); }
td.TdClassName
{
border-color: #665F0F;
}
.TagClassName
{
border-color: #665F0F;
}
</style>