Shades of Costa Del Sol #645A17
Tints of Costa Del Sol #645A17
RGB
CMYK
RGB Variations
Color information
#645A17 (or 0x645A17) is known color: Costa Del Sol. HEX triplet: 64, 5A and 17. RGB value is (100,90,23). Sum of RGB (Red+Green+Blue) = 100+90+23=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #645A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645A17 is #9BA5E8. Grayscale: #555555. Windows color (decimal): -10200553 or 1530468. OLE color: 1530468.
HSL color Cylindrical-coordinate representation of color #645A17: hue angle of 52.21º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #645A17 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 23 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.61 |
| HSL | 52.21º | 0.63% | 0.24% | - |
| HSV(B) | 52.21º | 0.77% | 0.39% | - |
| XYZ | 9.07 | 10.08 | 2.28 | - |
| YUV | 85.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 23 | 0 | 0.10 | 0.77 | 0.61 | 52.21 | 0.63 | 0.24 |
| Hex | 64 | 5A | 17 | 0 | A | 4D | 3D | 34 | 3F | 18 |
| Octal | 144 | 132 | 27 | 0 | 12 | 115 | 75 | 64 | 77 | 30 |
| Binary | 1100100 | 1011010 | 10111 | 0 | 1010 | 1001101 | 111101 | 110100 | 111111 | 11000 |
Color Harmonies of #645A17
Complementary color
Monochromatic Colors of #645A17
Black with #645A17
Text Example
Text Example
White with #645A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A17; }
p { color: rgb(100,90,23); }
H1.HeaderClassName
{
color: #645A17;
}
.AnyTagClassName
{
color: #645A17;
}
</style>
background-color css
<style>
a { background-color: #645A17; }
a { background-color: rgb(100,90,23); }
div.DivClassName
{
background-color: #645A17;
}
.BgClassName
{
background-color: #645A17;
}
</style>
border-color css
<style>
span { border-color: #645A17; }
span { border-color: rgb(100,90,23); }
td.TdClassName
{
border-color: #645A17;
}
.TagClassName
{
border-color: #645A17;
}
</style>