Shades of West Coast #645433
Tints of West Coast #645433
RGB
CMYK
RGB Variations
Color information
#645433 (or 0x645433) is known color: West Coast. HEX triplet: 64, 54 and 33. RGB value is (100,84,51). Sum of RGB (Red+Green+Blue) = 100+84+51=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #645433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645433 is #9BABCC. Grayscale: #555555. Windows color (decimal): -10202061 or 3363940. OLE color: 3363940.
HSL color Cylindrical-coordinate representation of color #645433: hue angle of 40.41º 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 #645433 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 51 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.61 |
| HSL | 40.41º | 0.32% | 0.3% | - |
| HSV(B) | 40.41º | 0.49% | 0.39% | - |
| XYZ | 9.02 | 9.29 | 4.45 | - |
| YUV | 85.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 51 | 0 | 0.16 | 0.49 | 0.61 | 40.41 | 0.32 | 0.3 |
| Hex | 64 | 54 | 33 | 0 | 10 | 31 | 3D | 28 | 20 | 1E |
| Octal | 144 | 124 | 63 | 0 | 20 | 61 | 75 | 50 | 40 | 36 |
| Binary | 1100100 | 1010100 | 110011 | 0 | 10000 | 110001 | 111101 | 101000 | 100000 | 11110 |
Color Harmonies of #645433
Complementary color
Monochromatic Colors of #645433
Black with #645433
Text Example
Text Example
White with #645433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645433; }
p { color: rgb(100,84,51); }
H1.HeaderClassName
{
color: #645433;
}
.AnyTagClassName
{
color: #645433;
}
</style>
background-color css
<style>
a { background-color: #645433; }
a { background-color: rgb(100,84,51); }
div.DivClassName
{
background-color: #645433;
}
.BgClassName
{
background-color: #645433;
}
</style>
border-color css
<style>
span { border-color: #645433; }
span { border-color: rgb(100,84,51); }
td.TdClassName
{
border-color: #645433;
}
.TagClassName
{
border-color: #645433;
}
</style>