Shades of Costa Del Sol #645A26
Tints of Costa Del Sol #645A26
RGB
CMYK
RGB Variations
Color information
#645A26 (or 0x645A26) is known color: Costa Del Sol. HEX triplet: 64, 5A and 26. RGB value is (100,90,38). Sum of RGB (Red+Green+Blue) = 100+90+38=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #645A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645A26 is #9BA5D9. Grayscale: #575757. Windows color (decimal): -10200538 or 2513508. OLE color: 2513508.
HSL color Cylindrical-coordinate representation of color #645A26: hue angle of 50.32º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #645A26 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 38 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.61 |
| HSL | 50.32º | 0.45% | 0.27% | - |
| HSV(B) | 50.32º | 0.62% | 0.39% | - |
| XYZ | 9.26 | 10.16 | 3.31 | - |
| YUV | 87.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 38 | 0 | 0.10 | 0.62 | 0.61 | 50.32 | 0.45 | 0.27 |
| Hex | 64 | 5A | 26 | 0 | A | 3E | 3D | 32 | 2D | 1B |
| Octal | 144 | 132 | 46 | 0 | 12 | 76 | 75 | 62 | 55 | 33 |
| Binary | 1100100 | 1011010 | 100110 | 0 | 1010 | 111110 | 111101 | 110010 | 101101 | 11011 |
Color Harmonies of #645A26
Complementary color
Monochromatic Colors of #645A26
Black with #645A26
Text Example
Text Example
White with #645A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A26; }
p { color: rgb(100,90,38); }
H1.HeaderClassName
{
color: #645A26;
}
.AnyTagClassName
{
color: #645A26;
}
</style>
background-color css
<style>
a { background-color: #645A26; }
a { background-color: rgb(100,90,38); }
div.DivClassName
{
background-color: #645A26;
}
.BgClassName
{
background-color: #645A26;
}
</style>
border-color css
<style>
span { border-color: #645A26; }
span { border-color: rgb(100,90,38); }
td.TdClassName
{
border-color: #645A26;
}
.TagClassName
{
border-color: #645A26;
}
</style>