Shades of West Coast #645629
Tints of West Coast #645629
RGB
CMYK
RGB Variations
Color information
#645629 (or 0x645629) is known color: West Coast. HEX triplet: 64, 56 and 29. RGB value is (100,86,41). Sum of RGB (Red+Green+Blue) = 100+86+41=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #645629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645629 is #9BA9D6. Grayscale: #555555. Windows color (decimal): -10201559 or 2709092. OLE color: 2709092.
HSL color Cylindrical-coordinate representation of color #645629: hue angle of 45.76º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #645629 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 86 | 41 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.61 |
| HSL | 45.76º | 0.42% | 0.28% | - |
| HSV(B) | 45.76º | 0.59% | 0.39% | - |
| XYZ | 8.98 | 9.52 | 3.46 | - |
| YUV | 85.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 41 | 0 | 0.14 | 0.59 | 0.61 | 45.76 | 0.42 | 0.28 |
| Hex | 64 | 56 | 29 | 0 | E | 3B | 3D | 2E | 2A | 1C |
| Octal | 144 | 126 | 51 | 0 | 16 | 73 | 75 | 56 | 52 | 34 |
| Binary | 1100100 | 1010110 | 101001 | 0 | 1110 | 111011 | 111101 | 101110 | 101010 | 11100 |
Color Harmonies of #645629
Complementary color
Monochromatic Colors of #645629
Black with #645629
Text Example
Text Example
White with #645629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645629; }
p { color: rgb(100,86,41); }
H1.HeaderClassName
{
color: #645629;
}
.AnyTagClassName
{
color: #645629;
}
</style>
background-color css
<style>
a { background-color: #645629; }
a { background-color: rgb(100,86,41); }
div.DivClassName
{
background-color: #645629;
}
.BgClassName
{
background-color: #645629;
}
</style>
border-color css
<style>
span { border-color: #645629; }
span { border-color: rgb(100,86,41); }
td.TdClassName
{
border-color: #645629;
}
.TagClassName
{
border-color: #645629;
}
</style>