Shades of Costa Del Sol #64590D
Tints of Costa Del Sol #64590D
RGB
CMYK
RGB Variations
Color information
#64590D (or 0x64590D) is known color: Costa Del Sol. HEX triplet: 64, 59 and 0D. RGB value is (100,89,13). Sum of RGB (Red+Green+Blue) = 100+89+13=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #64590D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64590D is #9BA6F2. Grayscale: #535353. Windows color (decimal): -10200819 or 874852. OLE color: 874852.
HSL color Cylindrical-coordinate representation of color #64590D: hue angle of 52.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64590D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 89 | 13 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.61 |
| HSL | 52.41º | 0.77% | 0.22% | - |
| HSV(B) | 52.41º | 0.87% | 0.39% | - |
| XYZ | 8.9 | 9.88 | 1.82 | - |
| YUV | 83.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 13 | 0 | 0.11 | 0.87 | 0.61 | 52.41 | 0.77 | 0.22 |
| Hex | 64 | 59 | D | 0 | B | 57 | 3D | 34 | 4D | 16 |
| Octal | 144 | 131 | 15 | 0 | 13 | 127 | 75 | 64 | 115 | 26 |
| Binary | 1100100 | 1011001 | 1101 | 0 | 1011 | 1010111 | 111101 | 110100 | 1001101 | 10110 |
Color Harmonies of #64590D
Complementary color
Monochromatic Colors of #64590D
Black with #64590D
Text Example
Text Example
White with #64590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64590D; }
p { color: rgb(100,89,13); }
H1.HeaderClassName
{
color: #64590D;
}
.AnyTagClassName
{
color: #64590D;
}
</style>
background-color css
<style>
a { background-color: #64590D; }
a { background-color: rgb(100,89,13); }
div.DivClassName
{
background-color: #64590D;
}
.BgClassName
{
background-color: #64590D;
}
</style>
border-color css
<style>
span { border-color: #64590D; }
span { border-color: rgb(100,89,13); }
td.TdClassName
{
border-color: #64590D;
}
.TagClassName
{
border-color: #64590D;
}
</style>