Shades of Costa Del Sol #665C2E
Tints of Costa Del Sol #665C2E
RGB
CMYK
RGB Variations
Color information
#665C2E (or 0x665C2E) is known color: Costa Del Sol. HEX triplet: 66, 5C and 2E. RGB value is (102,92,46). Sum of RGB (Red+Green+Blue) = 102+92+46=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #665C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C2E is #99A3D1. Grayscale: #595959. Windows color (decimal): -10068946 or 3038310. OLE color: 3038310.
HSL color Cylindrical-coordinate representation of color #665C2E: hue angle of 49.29º 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 #665C2E is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 46 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.6 |
| HSL | 49.29º | 0.38% | 0.29% | - |
| HSV(B) | 49.29º | 0.55% | 0.4% | - |
| XYZ | 9.8 | 10.68 | 4.13 | - |
| YUV | 89.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 46 | 0 | 0.10 | 0.55 | 0.6 | 49.29 | 0.38 | 0.29 |
| Hex | 66 | 5C | 2E | 0 | A | 37 | 3C | 31 | 26 | 1D |
| Octal | 146 | 134 | 56 | 0 | 12 | 67 | 74 | 61 | 46 | 35 |
| Binary | 1100110 | 1011100 | 101110 | 0 | 1010 | 110111 | 111100 | 110001 | 100110 | 11101 |
Color Harmonies of #665C2E
Complementary color
Monochromatic Colors of #665C2E
Black with #665C2E
Text Example
Text Example
White with #665C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C2E; }
p { color: rgb(102,92,46); }
H1.HeaderClassName
{
color: #665C2E;
}
.AnyTagClassName
{
color: #665C2E;
}
</style>
background-color css
<style>
a { background-color: #665C2E; }
a { background-color: rgb(102,92,46); }
div.DivClassName
{
background-color: #665C2E;
}
.BgClassName
{
background-color: #665C2E;
}
</style>
border-color css
<style>
span { border-color: #665C2E; }
span { border-color: rgb(102,92,46); }
td.TdClassName
{
border-color: #665C2E;
}
.TagClassName
{
border-color: #665C2E;
}
</style>