Shades of Costa Del Sol #665B2E
Tints of Costa Del Sol #665B2E
RGB
CMYK
RGB Variations
Color information
#665B2E (or 0x665B2E) is known color: Costa Del Sol. HEX triplet: 66, 5B and 2E. RGB value is (102,91,46). Sum of RGB (Red+Green+Blue) = 102+91+46=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #665B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B2E is #99A4D1. Grayscale: #595959. Windows color (decimal): -10069202 or 3038054. OLE color: 3038054.
HSL color Cylindrical-coordinate representation of color #665B2E: hue angle of 48.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #665B2E is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 46 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.6 |
| HSL | 48.21º | 0.38% | 0.29% | - |
| HSV(B) | 48.21º | 0.55% | 0.4% | - |
| XYZ | 9.71 | 10.5 | 4.1 | - |
| YUV | 89.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 46 | 0 | 0.11 | 0.55 | 0.6 | 48.21 | 0.38 | 0.29 |
| Hex | 66 | 5B | 2E | 0 | B | 37 | 3C | 30 | 26 | 1D |
| Octal | 146 | 133 | 56 | 0 | 13 | 67 | 74 | 60 | 46 | 35 |
| Binary | 1100110 | 1011011 | 101110 | 0 | 1011 | 110111 | 111100 | 110000 | 100110 | 11101 |
Color Harmonies of #665B2E
Complementary color
Monochromatic Colors of #665B2E
Black with #665B2E
Text Example
Text Example
White with #665B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B2E; }
p { color: rgb(102,91,46); }
H1.HeaderClassName
{
color: #665B2E;
}
.AnyTagClassName
{
color: #665B2E;
}
</style>
background-color css
<style>
a { background-color: #665B2E; }
a { background-color: rgb(102,91,46); }
div.DivClassName
{
background-color: #665B2E;
}
.BgClassName
{
background-color: #665B2E;
}
</style>
border-color css
<style>
span { border-color: #665B2E; }
span { border-color: rgb(102,91,46); }
td.TdClassName
{
border-color: #665B2E;
}
.TagClassName
{
border-color: #665B2E;
}
</style>