Shades of Costa Del Sol #645A31
Tints of Costa Del Sol #645A31
RGB
CMYK
RGB Variations
Color information
#645A31 (or 0x645A31) is known color: Costa Del Sol. HEX triplet: 64, 5A and 31. RGB value is (100,90,49). Sum of RGB (Red+Green+Blue) = 100+90+49=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 100 - color contains mainly: red. Hex color #645A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645A31 is #9BA5CE. Grayscale: #585858. Windows color (decimal): -10200527 or 3234404. OLE color: 3234404.
HSL color Cylindrical-coordinate representation of color #645A31: hue angle of 48.24º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645A31 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 49 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.61 |
| HSL | 48.24º | 0.34% | 0.29% | - |
| HSV(B) | 48.24º | 0.51% | 0.39% | - |
| XYZ | 9.47 | 10.24 | 4.38 | - |
| YUV | 88.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 49 | 0 | 0.10 | 0.51 | 0.61 | 48.24 | 0.34 | 0.29 |
| Hex | 64 | 5A | 31 | 0 | A | 33 | 3D | 30 | 22 | 1D |
| Octal | 144 | 132 | 61 | 0 | 12 | 63 | 75 | 60 | 42 | 35 |
| Binary | 1100100 | 1011010 | 110001 | 0 | 1010 | 110011 | 111101 | 110000 | 100010 | 11101 |
Color Harmonies of #645A31
Complementary color
Monochromatic Colors of #645A31
Black with #645A31
Text Example
Text Example
White with #645A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A31; }
p { color: rgb(100,90,49); }
H1.HeaderClassName
{
color: #645A31;
}
.AnyTagClassName
{
color: #645A31;
}
</style>
background-color css
<style>
a { background-color: #645A31; }
a { background-color: rgb(100,90,49); }
div.DivClassName
{
background-color: #645A31;
}
.BgClassName
{
background-color: #645A31;
}
</style>
border-color css
<style>
span { border-color: #645A31; }
span { border-color: rgb(100,90,49); }
td.TdClassName
{
border-color: #645A31;
}
.TagClassName
{
border-color: #645A31;
}
</style>