Shades of Costa Del Sol #645A19
Tints of Costa Del Sol #645A19
RGB
CMYK
RGB Variations
Color information
#645A19 (or 0x645A19) is known color: Costa Del Sol. HEX triplet: 64, 5A and 19. RGB value is (100,90,25). Sum of RGB (Red+Green+Blue) = 100+90+25=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #645A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645A19 is #9BA5E6. Grayscale: #555555. Windows color (decimal): -10200551 or 1661540. OLE color: 1661540.
HSL color Cylindrical-coordinate representation of color #645A19: hue angle of 52º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #645A19 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 25 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.61 |
| HSL | 52º | 0.6% | 0.25% | - |
| HSV(B) | 52º | 0.75% | 0.39% | - |
| XYZ | 9.09 | 10.09 | 2.39 | - |
| YUV | 85.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 25 | 0 | 0.10 | 0.75 | 0.61 | 52 | 0.6 | 0.25 |
| Hex | 64 | 5A | 19 | 0 | A | 4B | 3D | 34 | 3C | 19 |
| Octal | 144 | 132 | 31 | 0 | 12 | 113 | 75 | 64 | 74 | 31 |
| Binary | 1100100 | 1011010 | 11001 | 0 | 1010 | 1001011 | 111101 | 110100 | 111100 | 11001 |
Color Harmonies of #645A19
Complementary color
Monochromatic Colors of #645A19
Black with #645A19
Text Example
Text Example
White with #645A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A19; }
p { color: rgb(100,90,25); }
H1.HeaderClassName
{
color: #645A19;
}
.AnyTagClassName
{
color: #645A19;
}
</style>
background-color css
<style>
a { background-color: #645A19; }
a { background-color: rgb(100,90,25); }
div.DivClassName
{
background-color: #645A19;
}
.BgClassName
{
background-color: #645A19;
}
</style>
border-color css
<style>
span { border-color: #645A19; }
span { border-color: rgb(100,90,25); }
td.TdClassName
{
border-color: #645A19;
}
.TagClassName
{
border-color: #645A19;
}
</style>