Shades of Costa Del Sol #665C27
Tints of Costa Del Sol #665C27
RGB
CMYK
RGB Variations
Color information
#665C27 (or 0x665C27) is known color: Costa Del Sol. HEX triplet: 66, 5C and 27. RGB value is (102,92,39). Sum of RGB (Red+Green+Blue) = 102+92+39=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #665C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C27 is #99A3D8. Grayscale: #595959. Windows color (decimal): -10068953 or 2579558. OLE color: 2579558.
HSL color Cylindrical-coordinate representation of color #665C27: hue angle of 50.48º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665C27 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 39 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.6 |
| HSL | 50.48º | 0.45% | 0.28% | - |
| HSV(B) | 50.48º | 0.62% | 0.4% | - |
| XYZ | 9.67 | 10.63 | 3.46 | - |
| YUV | 88.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 39 | 0 | 0.10 | 0.62 | 0.6 | 50.48 | 0.45 | 0.28 |
| Hex | 66 | 5C | 27 | 0 | A | 3E | 3C | 32 | 2D | 1C |
| Octal | 146 | 134 | 47 | 0 | 12 | 76 | 74 | 62 | 55 | 34 |
| Binary | 1100110 | 1011100 | 100111 | 0 | 1010 | 111110 | 111100 | 110010 | 101101 | 11100 |
Color Harmonies of #665C27
Complementary color
Monochromatic Colors of #665C27
Black with #665C27
Text Example
Text Example
White with #665C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C27; }
p { color: rgb(102,92,39); }
H1.HeaderClassName
{
color: #665C27;
}
.AnyTagClassName
{
color: #665C27;
}
</style>
background-color css
<style>
a { background-color: #665C27; }
a { background-color: rgb(102,92,39); }
div.DivClassName
{
background-color: #665C27;
}
.BgClassName
{
background-color: #665C27;
}
</style>
border-color css
<style>
span { border-color: #665C27; }
span { border-color: rgb(102,92,39); }
td.TdClassName
{
border-color: #665C27;
}
.TagClassName
{
border-color: #665C27;
}
</style>