Shades of West Coast #645935
Tints of West Coast #645935
RGB
CMYK
RGB Variations
Color information
#645935 (or 0x645935) is known color: West Coast. HEX triplet: 64, 59 and 35. RGB value is (100,89,53). Sum of RGB (Red+Green+Blue) = 100+89+53=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #645935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645935 is #9BA6CA. Grayscale: #585858. Windows color (decimal): -10200779 or 3496292. OLE color: 3496292.
HSL color Cylindrical-coordinate representation of color #645935: hue angle of 45.96º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #645935 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 89 | 53 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.61 |
| HSL | 45.96º | 0.31% | 0.3% | - |
| HSV(B) | 45.96º | 0.47% | 0.39% | - |
| XYZ | 9.47 | 10.11 | 4.82 | - |
| YUV | 88.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 53 | 0 | 0.11 | 0.47 | 0.61 | 45.96 | 0.31 | 0.3 |
| Hex | 64 | 59 | 35 | 0 | B | 2F | 3D | 2E | 1F | 1E |
| Octal | 144 | 131 | 65 | 0 | 13 | 57 | 75 | 56 | 37 | 36 |
| Binary | 1100100 | 1011001 | 110101 | 0 | 1011 | 101111 | 111101 | 101110 | 11111 | 11110 |
Color Harmonies of #645935
Complementary color
Monochromatic Colors of #645935
Black with #645935
Text Example
Text Example
White with #645935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645935; }
p { color: rgb(100,89,53); }
H1.HeaderClassName
{
color: #645935;
}
.AnyTagClassName
{
color: #645935;
}
</style>
background-color css
<style>
a { background-color: #645935; }
a { background-color: rgb(100,89,53); }
div.DivClassName
{
background-color: #645935;
}
.BgClassName
{
background-color: #645935;
}
</style>
border-color css
<style>
span { border-color: #645935; }
span { border-color: rgb(100,89,53); }
td.TdClassName
{
border-color: #645935;
}
.TagClassName
{
border-color: #645935;
}
</style>