Shades of Costa Del Sol #665A28
Tints of Costa Del Sol #665A28
RGB
CMYK
RGB Variations
Color information
#665A28 (or 0x665A28) is known color: Costa Del Sol. HEX triplet: 66, 5A and 28. RGB value is (102,90,40). Sum of RGB (Red+Green+Blue) = 102+90+40=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #665A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A28 is #99A5D7. Grayscale: #585858. Windows color (decimal): -10069464 or 2644582. OLE color: 2644582.
HSL color Cylindrical-coordinate representation of color #665A28: hue angle of 48.39º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #665A28 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 40 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.6 |
| HSL | 48.39º | 0.44% | 0.28% | - |
| HSV(B) | 48.39º | 0.61% | 0.4% | - |
| XYZ | 9.52 | 10.29 | 3.49 | - |
| YUV | 87.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 40 | 0 | 0.12 | 0.61 | 0.6 | 48.39 | 0.44 | 0.28 |
| Hex | 66 | 5A | 28 | 0 | C | 3D | 3C | 30 | 2C | 1C |
| Octal | 146 | 132 | 50 | 0 | 14 | 75 | 74 | 60 | 54 | 34 |
| Binary | 1100110 | 1011010 | 101000 | 0 | 1100 | 111101 | 111100 | 110000 | 101100 | 11100 |
Color Harmonies of #665A28
Complementary color
Monochromatic Colors of #665A28
Black with #665A28
Text Example
Text Example
White with #665A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A28; }
p { color: rgb(102,90,40); }
H1.HeaderClassName
{
color: #665A28;
}
.AnyTagClassName
{
color: #665A28;
}
</style>
background-color css
<style>
a { background-color: #665A28; }
a { background-color: rgb(102,90,40); }
div.DivClassName
{
background-color: #665A28;
}
.BgClassName
{
background-color: #665A28;
}
</style>
border-color css
<style>
span { border-color: #665A28; }
span { border-color: rgb(102,90,40); }
td.TdClassName
{
border-color: #665A28;
}
.TagClassName
{
border-color: #665A28;
}
</style>