Shades of West Coast #645732
Tints of West Coast #645732
RGB
CMYK
RGB Variations
Color information
#645732 (or 0x645732) is known color: West Coast. HEX triplet: 64, 57 and 32. RGB value is (100,87,50). Sum of RGB (Red+Green+Blue) = 100+87+50=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 100 - color contains mainly: red. Hex color #645732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645732 is #9BA8CD. Grayscale: #565656. Windows color (decimal): -10201294 or 3299172. OLE color: 3299172.
HSL color Cylindrical-coordinate representation of color #645732: hue angle of 44.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #645732 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 87 | 50 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.61 |
| HSL | 44.4º | 0.33% | 0.29% | - |
| HSV(B) | 44.4º | 0.5% | 0.39% | - |
| XYZ | 9.24 | 9.76 | 4.41 | - |
| YUV | 86.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 50 | 0 | 0.13 | 0.50 | 0.61 | 44.4 | 0.33 | 0.29 |
| Hex | 64 | 57 | 32 | 0 | D | 32 | 3D | 2C | 21 | 1D |
| Octal | 144 | 127 | 62 | 0 | 15 | 62 | 75 | 54 | 41 | 35 |
| Binary | 1100100 | 1010111 | 110010 | 0 | 1101 | 110010 | 111101 | 101100 | 100001 | 11101 |
Color Harmonies of #645732
Complementary color
Monochromatic Colors of #645732
Black with #645732
Text Example
Text Example
White with #645732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645732; }
p { color: rgb(100,87,50); }
H1.HeaderClassName
{
color: #645732;
}
.AnyTagClassName
{
color: #645732;
}
</style>
background-color css
<style>
a { background-color: #645732; }
a { background-color: rgb(100,87,50); }
div.DivClassName
{
background-color: #645732;
}
.BgClassName
{
background-color: #645732;
}
</style>
border-color css
<style>
span { border-color: #645732; }
span { border-color: rgb(100,87,50); }
td.TdClassName
{
border-color: #645732;
}
.TagClassName
{
border-color: #645732;
}
</style>