Shades of Costa Del Sol #65592C
Tints of Costa Del Sol #65592C
RGB
CMYK
RGB Variations
Color information
#65592C (or 0x65592C) is known color: Costa Del Sol. HEX triplet: 65, 59 and 2C. RGB value is (101,89,44). Sum of RGB (Red+Green+Blue) = 101+89+44=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #65592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65592C is #9AA6D3. Grayscale: #575757. Windows color (decimal): -10135252 or 2906469. OLE color: 2906469.
HSL color Cylindrical-coordinate representation of color #65592C: hue angle of 47.37º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65592C is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 44 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.60 |
| HSL | 47.37º | 0.39% | 0.28% | - |
| HSV(B) | 47.37º | 0.56% | 0.4% | - |
| XYZ | 9.39 | 10.09 | 3.84 | - |
| YUV | 87.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 44 | 0 | 0.12 | 0.56 | 0.60 | 47.37 | 0.39 | 0.28 |
| Hex | 65 | 59 | 2C | 0 | C | 38 | 3C | 2F | 27 | 1C |
| Octal | 145 | 131 | 54 | 0 | 14 | 70 | 74 | 57 | 47 | 34 |
| Binary | 1100101 | 1011001 | 101100 | 0 | 1100 | 111000 | 111100 | 101111 | 100111 | 11100 |
Color Harmonies of #65592C
Complementary color
Monochromatic Colors of #65592C
Black with #65592C
Text Example
Text Example
White with #65592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65592C; }
p { color: rgb(101,89,44); }
H1.HeaderClassName
{
color: #65592C;
}
.AnyTagClassName
{
color: #65592C;
}
</style>
background-color css
<style>
a { background-color: #65592C; }
a { background-color: rgb(101,89,44); }
div.DivClassName
{
background-color: #65592C;
}
.BgClassName
{
background-color: #65592C;
}
</style>
border-color css
<style>
span { border-color: #65592C; }
span { border-color: rgb(101,89,44); }
td.TdClassName
{
border-color: #65592C;
}
.TagClassName
{
border-color: #65592C;
}
</style>