Shades of West Coast #645833
Tints of West Coast #645833
RGB
CMYK
RGB Variations
Color information
#645833 (or 0x645833) is known color: West Coast. HEX triplet: 64, 58 and 33. RGB value is (100,88,51). Sum of RGB (Red+Green+Blue) = 100+88+51=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 100 - color contains mainly: red. Hex color #645833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645833 is #9BA7CC. Grayscale: #575757. Windows color (decimal): -10201037 or 3364964. OLE color: 3364964.
HSL color Cylindrical-coordinate representation of color #645833: hue angle of 45.31º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #645833 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 88 | 51 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.61 |
| HSL | 45.31º | 0.32% | 0.3% | - |
| HSV(B) | 45.31º | 0.49% | 0.39% | - |
| XYZ | 9.34 | 9.93 | 4.56 | - |
| YUV | 87.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 51 | 0 | 0.12 | 0.49 | 0.61 | 45.31 | 0.32 | 0.3 |
| Hex | 64 | 58 | 33 | 0 | C | 31 | 3D | 2D | 20 | 1E |
| Octal | 144 | 130 | 63 | 0 | 14 | 61 | 75 | 55 | 40 | 36 |
| Binary | 1100100 | 1011000 | 110011 | 0 | 1100 | 110001 | 111101 | 101101 | 100000 | 11110 |
Color Harmonies of #645833
Complementary color
Monochromatic Colors of #645833
Black with #645833
Text Example
Text Example
White with #645833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645833; }
p { color: rgb(100,88,51); }
H1.HeaderClassName
{
color: #645833;
}
.AnyTagClassName
{
color: #645833;
}
</style>
background-color css
<style>
a { background-color: #645833; }
a { background-color: rgb(100,88,51); }
div.DivClassName
{
background-color: #645833;
}
.BgClassName
{
background-color: #645833;
}
</style>
border-color css
<style>
span { border-color: #645833; }
span { border-color: rgb(100,88,51); }
td.TdClassName
{
border-color: #645833;
}
.TagClassName
{
border-color: #645833;
}
</style>