Shades of Costa Del Sol #665B27
Tints of Costa Del Sol #665B27
RGB
CMYK
RGB Variations
Color information
#665B27 (or 0x665B27) is known color: Costa Del Sol. HEX triplet: 66, 5B and 27. RGB value is (102,91,39). Sum of RGB (Red+Green+Blue) = 102+91+39=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #665B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B27 is #99A4D8. Grayscale: #585858. Windows color (decimal): -10069209 or 2579302. OLE color: 2579302.
HSL color Cylindrical-coordinate representation of color #665B27: hue angle of 49.52º 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 #665B27 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 39 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.6 |
| HSL | 49.52º | 0.45% | 0.28% | - |
| HSV(B) | 49.52º | 0.62% | 0.4% | - |
| XYZ | 9.59 | 10.45 | 3.43 | - |
| YUV | 88.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 39 | 0 | 0.11 | 0.62 | 0.6 | 49.52 | 0.45 | 0.28 |
| Hex | 66 | 5B | 27 | 0 | B | 3E | 3C | 32 | 2D | 1C |
| Octal | 146 | 133 | 47 | 0 | 13 | 76 | 74 | 62 | 55 | 34 |
| Binary | 1100110 | 1011011 | 100111 | 0 | 1011 | 111110 | 111100 | 110010 | 101101 | 11100 |
Color Harmonies of #665B27
Complementary color
Monochromatic Colors of #665B27
Black with #665B27
Text Example
Text Example
White with #665B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B27; }
p { color: rgb(102,91,39); }
H1.HeaderClassName
{
color: #665B27;
}
.AnyTagClassName
{
color: #665B27;
}
</style>
background-color css
<style>
a { background-color: #665B27; }
a { background-color: rgb(102,91,39); }
div.DivClassName
{
background-color: #665B27;
}
.BgClassName
{
background-color: #665B27;
}
</style>
border-color css
<style>
span { border-color: #665B27; }
span { border-color: rgb(102,91,39); }
td.TdClassName
{
border-color: #665B27;
}
.TagClassName
{
border-color: #665B27;
}
</style>