Shades of West Coast #645A33
Tints of West Coast #645A33
RGB
CMYK
RGB Variations
Color information
#645A33 (or 0x645A33) is known color: West Coast. HEX triplet: 64, 5A and 33. RGB value is (100,90,51). Sum of RGB (Red+Green+Blue) = 100+90+51=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #645A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645A33 is #9BA5CC. Grayscale: #585858. Windows color (decimal): -10200525 or 3365476. OLE color: 3365476.
HSL color Cylindrical-coordinate representation of color #645A33: hue angle of 47.76º 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 #645A33 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 51 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.61 |
| HSL | 47.76º | 0.32% | 0.3% | - |
| HSV(B) | 47.76º | 0.49% | 0.39% | - |
| XYZ | 9.51 | 10.26 | 4.61 | - |
| YUV | 88.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 51 | 0 | 0.10 | 0.49 | 0.61 | 47.76 | 0.32 | 0.3 |
| Hex | 64 | 5A | 33 | 0 | A | 31 | 3D | 30 | 20 | 1E |
| Octal | 144 | 132 | 63 | 0 | 12 | 61 | 75 | 60 | 40 | 36 |
| Binary | 1100100 | 1011010 | 110011 | 0 | 1010 | 110001 | 111101 | 110000 | 100000 | 11110 |
Color Harmonies of #645A33
Complementary color
Monochromatic Colors of #645A33
Black with #645A33
Text Example
Text Example
White with #645A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A33; }
p { color: rgb(100,90,51); }
H1.HeaderClassName
{
color: #645A33;
}
.AnyTagClassName
{
color: #645A33;
}
</style>
background-color css
<style>
a { background-color: #645A33; }
a { background-color: rgb(100,90,51); }
div.DivClassName
{
background-color: #645A33;
}
.BgClassName
{
background-color: #645A33;
}
</style>
border-color css
<style>
span { border-color: #645A33; }
span { border-color: rgb(100,90,51); }
td.TdClassName
{
border-color: #645A33;
}
.TagClassName
{
border-color: #645A33;
}
</style>