Shades of West Coast #645528
Tints of West Coast #645528
RGB
CMYK
RGB Variations
Color information
#645528 (or 0x645528) is known color: West Coast. HEX triplet: 64, 55 and 28. RGB value is (100,85,40). Sum of RGB (Red+Green+Blue) = 100+85+40=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #645528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645528 is #9BAAD7. Grayscale: #545454. Windows color (decimal): -10201816 or 2643300. OLE color: 2643300.
HSL color Cylindrical-coordinate representation of color #645528: hue angle of 45º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #645528 is Cyan = 0, Magento = 0.15, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 40 | - |
| CMYK | 0 | 0.15 | 0.6 | 0.61 |
| HSL | 45º | 0.43% | 0.27% | - |
| HSV(B) | 45º | 0.6% | 0.39% | - |
| XYZ | 8.89 | 9.36 | 3.35 | - |
| YUV | 84.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 40 | 0 | 0.15 | 0.6 | 0.61 | 45 | 0.43 | 0.27 |
| Hex | 64 | 55 | 28 | 0 | F | 3C | 3D | 2D | 2B | 1B |
| Octal | 144 | 125 | 50 | 0 | 17 | 74 | 75 | 55 | 53 | 33 |
| Binary | 1100100 | 1010101 | 101000 | 0 | 1111 | 111100 | 111101 | 101101 | 101011 | 11011 |
Color Harmonies of #645528
Complementary color
Monochromatic Colors of #645528
Black with #645528
Text Example
Text Example
White with #645528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645528; }
p { color: rgb(100,85,40); }
H1.HeaderClassName
{
color: #645528;
}
.AnyTagClassName
{
color: #645528;
}
</style>
background-color css
<style>
a { background-color: #645528; }
a { background-color: rgb(100,85,40); }
div.DivClassName
{
background-color: #645528;
}
.BgClassName
{
background-color: #645528;
}
</style>
border-color css
<style>
span { border-color: #645528; }
span { border-color: rgb(100,85,40); }
td.TdClassName
{
border-color: #645528;
}
.TagClassName
{
border-color: #645528;
}
</style>