Shades of Costa Del Sol #65590A
Tints of Costa Del Sol #65590A
RGB
CMYK
RGB Variations
Color information
#65590A (or 0x65590A) is known color: Costa Del Sol. HEX triplet: 65, 59 and 0A. RGB value is (101,89,10). Sum of RGB (Red+Green+Blue) = 101+89+10=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #65590A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65590A is #9AA6F5. Grayscale: #535353. Windows color (decimal): -10135286 or 678245. OLE color: 678245.
HSL color Cylindrical-coordinate representation of color #65590A: hue angle of 52.09º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65590A is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 10 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.60 |
| HSL | 52.09º | 0.82% | 0.22% | - |
| HSV(B) | 52.09º | 0.9% | 0.4% | - |
| XYZ | 8.99 | 9.93 | 1.73 | - |
| YUV | 83.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 10 | 0 | 0.12 | 0.90 | 0.60 | 52.09 | 0.82 | 0.22 |
| Hex | 65 | 59 | A | 0 | C | 5A | 3C | 34 | 52 | 16 |
| Octal | 145 | 131 | 12 | 0 | 14 | 132 | 74 | 64 | 122 | 26 |
| Binary | 1100101 | 1011001 | 1010 | 0 | 1100 | 1011010 | 111100 | 110100 | 1010010 | 10110 |
Color Harmonies of #65590A
Complementary color
Monochromatic Colors of #65590A
Black with #65590A
Text Example
Text Example
White with #65590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65590A; }
p { color: rgb(101,89,10); }
H1.HeaderClassName
{
color: #65590A;
}
.AnyTagClassName
{
color: #65590A;
}
</style>
background-color css
<style>
a { background-color: #65590A; }
a { background-color: rgb(101,89,10); }
div.DivClassName
{
background-color: #65590A;
}
.BgClassName
{
background-color: #65590A;
}
</style>
border-color css
<style>
span { border-color: #65590A; }
span { border-color: rgb(101,89,10); }
td.TdClassName
{
border-color: #65590A;
}
.TagClassName
{
border-color: #65590A;
}
</style>