Shades of West Coast #645325
Tints of West Coast #645325
RGB
CMYK
RGB Variations
Color information
#645325 (or 0x645325) is known color: West Coast. HEX triplet: 64, 53 and 25. RGB value is (100,83,37). Sum of RGB (Red+Green+Blue) = 100+83+37=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #645325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645325 is #9BACDA. Grayscale: #535353. Windows color (decimal): -10202331 or 2446180. OLE color: 2446180.
HSL color Cylindrical-coordinate representation of color #645325: hue angle of 43.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #645325 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 37 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.61 |
| HSL | 43.81º | 0.46% | 0.27% | - |
| HSV(B) | 43.81º | 0.63% | 0.39% | - |
| XYZ | 8.68 | 9.03 | 3.04 | - |
| YUV | 82.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 37 | 0 | 0.17 | 0.63 | 0.61 | 43.81 | 0.46 | 0.27 |
| Hex | 64 | 53 | 25 | 0 | 11 | 3F | 3D | 2C | 2E | 1B |
| Octal | 144 | 123 | 45 | 0 | 21 | 77 | 75 | 54 | 56 | 33 |
| Binary | 1100100 | 1010011 | 100101 | 0 | 10001 | 111111 | 111101 | 101100 | 101110 | 11011 |
Color Harmonies of #645325
Complementary color
Monochromatic Colors of #645325
Black with #645325
Text Example
Text Example
White with #645325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645325; }
p { color: rgb(100,83,37); }
H1.HeaderClassName
{
color: #645325;
}
.AnyTagClassName
{
color: #645325;
}
</style>
background-color css
<style>
a { background-color: #645325; }
a { background-color: rgb(100,83,37); }
div.DivClassName
{
background-color: #645325;
}
.BgClassName
{
background-color: #645325;
}
</style>
border-color css
<style>
span { border-color: #645325; }
span { border-color: rgb(100,83,37); }
td.TdClassName
{
border-color: #645325;
}
.TagClassName
{
border-color: #645325;
}
</style>