Shades of Costa Del Sol #665B1E
Tints of Costa Del Sol #665B1E
RGB
CMYK
RGB Variations
Color information
#665B1E (or 0x665B1E) is known color: Costa Del Sol. HEX triplet: 66, 5B and 1E. RGB value is (102,91,30). Sum of RGB (Red+Green+Blue) = 102+91+30=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #665B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B1E is #99A4E1. Grayscale: #575757. Windows color (decimal): -10069218 or 1989478. OLE color: 1989478.
HSL color Cylindrical-coordinate representation of color #665B1E: hue angle of 50.83º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #665B1E is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 30 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.6 |
| HSL | 50.83º | 0.55% | 0.26% | - |
| HSV(B) | 50.83º | 0.71% | 0.4% | - |
| XYZ | 9.45 | 10.4 | 2.74 | - |
| YUV | 87.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 30 | 0 | 0.11 | 0.71 | 0.6 | 50.83 | 0.55 | 0.26 |
| Hex | 66 | 5B | 1E | 0 | B | 47 | 3C | 33 | 37 | 1A |
| Octal | 146 | 133 | 36 | 0 | 13 | 107 | 74 | 63 | 67 | 32 |
| Binary | 1100110 | 1011011 | 11110 | 0 | 1011 | 1000111 | 111100 | 110011 | 110111 | 11010 |
Color Harmonies of #665B1E
Complementary color
Monochromatic Colors of #665B1E
Black with #665B1E
Text Example
Text Example
White with #665B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B1E; }
p { color: rgb(102,91,30); }
H1.HeaderClassName
{
color: #665B1E;
}
.AnyTagClassName
{
color: #665B1E;
}
</style>
background-color css
<style>
a { background-color: #665B1E; }
a { background-color: rgb(102,91,30); }
div.DivClassName
{
background-color: #665B1E;
}
.BgClassName
{
background-color: #665B1E;
}
</style>
border-color css
<style>
span { border-color: #665B1E; }
span { border-color: rgb(102,91,30); }
td.TdClassName
{
border-color: #665B1E;
}
.TagClassName
{
border-color: #665B1E;
}
</style>