Shades of Costa Del Sol #65590D
Tints of Costa Del Sol #65590D
RGB
CMYK
RGB Variations
Color information
#65590D (or 0x65590D) is known color: Costa Del Sol. HEX triplet: 65, 59 and 0D. RGB value is (101,89,13). Sum of RGB (Red+Green+Blue) = 101+89+13=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #65590D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65590D is #9AA6F2. Grayscale: #545454. Windows color (decimal): -10135283 or 874853. OLE color: 874853.
HSL color Cylindrical-coordinate representation of color #65590D: hue angle of 51.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65590D is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 13 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.60 |
| HSL | 51.82º | 0.77% | 0.22% | - |
| HSV(B) | 51.82º | 0.87% | 0.4% | - |
| XYZ | 9.01 | 9.94 | 1.82 | - |
| YUV | 83.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 13 | 0 | 0.12 | 0.87 | 0.60 | 51.82 | 0.77 | 0.22 |
| Hex | 65 | 59 | D | 0 | C | 57 | 3C | 34 | 4D | 16 |
| Octal | 145 | 131 | 15 | 0 | 14 | 127 | 74 | 64 | 115 | 26 |
| Binary | 1100101 | 1011001 | 1101 | 0 | 1100 | 1010111 | 111100 | 110100 | 1001101 | 10110 |
Color Harmonies of #65590D
Complementary color
Monochromatic Colors of #65590D
Black with #65590D
Text Example
Text Example
White with #65590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65590D; }
p { color: rgb(101,89,13); }
H1.HeaderClassName
{
color: #65590D;
}
.AnyTagClassName
{
color: #65590D;
}
</style>
background-color css
<style>
a { background-color: #65590D; }
a { background-color: rgb(101,89,13); }
div.DivClassName
{
background-color: #65590D;
}
.BgClassName
{
background-color: #65590D;
}
</style>
border-color css
<style>
span { border-color: #65590D; }
span { border-color: rgb(101,89,13); }
td.TdClassName
{
border-color: #65590D;
}
.TagClassName
{
border-color: #65590D;
}
</style>