Shades of Costa Del Sol #65590B
Tints of Costa Del Sol #65590B
RGB
CMYK
RGB Variations
Color information
#65590B (or 0x65590B) is known color: Costa Del Sol. HEX triplet: 65, 59 and 0B. RGB value is (101,89,11). Sum of RGB (Red+Green+Blue) = 101+89+11=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65590B is #9AA6F4. Grayscale: #545454. Windows color (decimal): -10135285 or 743781. OLE color: 743781.
HSL color Cylindrical-coordinate representation of color #65590B: hue angle of 52º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65590B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 11 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.60 |
| HSL | 52º | 0.8% | 0.22% | - |
| HSV(B) | 52º | 0.89% | 0.4% | - |
| XYZ | 9 | 9.94 | 1.76 | - |
| YUV | 83.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 11 | 0 | 0.12 | 0.89 | 0.60 | 52 | 0.8 | 0.22 |
| Hex | 65 | 59 | B | 0 | C | 59 | 3C | 34 | 50 | 16 |
| Octal | 145 | 131 | 13 | 0 | 14 | 131 | 74 | 64 | 120 | 26 |
| Binary | 1100101 | 1011001 | 1011 | 0 | 1100 | 1011001 | 111100 | 110100 | 1010000 | 10110 |
Color Harmonies of #65590B
Complementary color
Monochromatic Colors of #65590B
Black with #65590B
Text Example
Text Example
White with #65590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65590B; }
p { color: rgb(101,89,11); }
H1.HeaderClassName
{
color: #65590B;
}
.AnyTagClassName
{
color: #65590B;
}
</style>
background-color css
<style>
a { background-color: #65590B; }
a { background-color: rgb(101,89,11); }
div.DivClassName
{
background-color: #65590B;
}
.BgClassName
{
background-color: #65590B;
}
</style>
border-color css
<style>
span { border-color: #65590B; }
span { border-color: rgb(101,89,11); }
td.TdClassName
{
border-color: #65590B;
}
.TagClassName
{
border-color: #65590B;
}
</style>