Shades of Costa Del Sol #64590C
Tints of Costa Del Sol #64590C
RGB
CMYK
RGB Variations
Color information
#64590C (or 0x64590C) is known color: Costa Del Sol. HEX triplet: 64, 59 and 0C. RGB value is (100,89,12). Sum of RGB (Red+Green+Blue) = 100+89+12=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #64590C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64590C is #9BA6F3. Grayscale: #535353. Windows color (decimal): -10200820 or 809316. OLE color: 809316.
HSL color Cylindrical-coordinate representation of color #64590C: hue angle of 52.5º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64590C is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 89 | 12 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.61 |
| HSL | 52.5º | 0.79% | 0.22% | - |
| HSV(B) | 52.5º | 0.88% | 0.39% | - |
| XYZ | 8.89 | 9.88 | 1.79 | - |
| YUV | 83.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 12 | 0 | 0.11 | 0.88 | 0.61 | 52.5 | 0.79 | 0.22 |
| Hex | 64 | 59 | C | 0 | B | 58 | 3D | 34 | 4F | 16 |
| Octal | 144 | 131 | 14 | 0 | 13 | 130 | 75 | 64 | 117 | 26 |
| Binary | 1100100 | 1011001 | 1100 | 0 | 1011 | 1011000 | 111101 | 110100 | 1001111 | 10110 |
Color Harmonies of #64590C
Complementary color
Monochromatic Colors of #64590C
Black with #64590C
Text Example
Text Example
White with #64590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64590C; }
p { color: rgb(100,89,12); }
H1.HeaderClassName
{
color: #64590C;
}
.AnyTagClassName
{
color: #64590C;
}
</style>
background-color css
<style>
a { background-color: #64590C; }
a { background-color: rgb(100,89,12); }
div.DivClassName
{
background-color: #64590C;
}
.BgClassName
{
background-color: #64590C;
}
</style>
border-color css
<style>
span { border-color: #64590C; }
span { border-color: rgb(100,89,12); }
td.TdClassName
{
border-color: #64590C;
}
.TagClassName
{
border-color: #64590C;
}
</style>