Shades of West Coast #645431
Tints of West Coast #645431
RGB
CMYK
RGB Variations
Color information
#645431 (or 0x645431) is known color: West Coast. HEX triplet: 64, 54 and 31. RGB value is (100,84,49). Sum of RGB (Red+Green+Blue) = 100+84+49=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 100 - color contains mainly: red. Hex color #645431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645431 is #9BABCE. Grayscale: #545454. Windows color (decimal): -10202063 or 3232868. OLE color: 3232868.
HSL color Cylindrical-coordinate representation of color #645431: hue angle of 41.18º 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 #645431 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 49 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.61 |
| HSL | 41.18º | 0.34% | 0.29% | - |
| HSV(B) | 41.18º | 0.51% | 0.39% | - |
| XYZ | 8.98 | 9.27 | 4.22 | - |
| YUV | 84.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 49 | 0 | 0.16 | 0.51 | 0.61 | 41.18 | 0.34 | 0.29 |
| Hex | 64 | 54 | 31 | 0 | 10 | 33 | 3D | 29 | 22 | 1D |
| Octal | 144 | 124 | 61 | 0 | 20 | 63 | 75 | 51 | 42 | 35 |
| Binary | 1100100 | 1010100 | 110001 | 0 | 10000 | 110011 | 111101 | 101001 | 100010 | 11101 |
Color Harmonies of #645431
Complementary color
Monochromatic Colors of #645431
Black with #645431
Text Example
Text Example
White with #645431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645431; }
p { color: rgb(100,84,49); }
H1.HeaderClassName
{
color: #645431;
}
.AnyTagClassName
{
color: #645431;
}
</style>
background-color css
<style>
a { background-color: #645431; }
a { background-color: rgb(100,84,49); }
div.DivClassName
{
background-color: #645431;
}
.BgClassName
{
background-color: #645431;
}
</style>
border-color css
<style>
span { border-color: #645431; }
span { border-color: rgb(100,84,49); }
td.TdClassName
{
border-color: #645431;
}
.TagClassName
{
border-color: #645431;
}
</style>