Shades of West Coast #645526
Tints of West Coast #645526
RGB
CMYK
RGB Variations
Color information
#645526 (or 0x645526) is known color: West Coast. HEX triplet: 64, 55 and 26. RGB value is (100,85,38). Sum of RGB (Red+Green+Blue) = 100+85+38=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #645526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645526 is #9BAAD9. Grayscale: #545454. Windows color (decimal): -10201818 or 2512228. OLE color: 2512228.
HSL color Cylindrical-coordinate representation of color #645526: hue angle of 45.48º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #645526 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 38 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.61 |
| HSL | 45.48º | 0.45% | 0.27% | - |
| HSV(B) | 45.48º | 0.62% | 0.39% | - |
| XYZ | 8.85 | 9.35 | 3.17 | - |
| YUV | 84.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 38 | 0 | 0.15 | 0.62 | 0.61 | 45.48 | 0.45 | 0.27 |
| Hex | 64 | 55 | 26 | 0 | F | 3E | 3D | 2D | 2D | 1B |
| Octal | 144 | 125 | 46 | 0 | 17 | 76 | 75 | 55 | 55 | 33 |
| Binary | 1100100 | 1010101 | 100110 | 0 | 1111 | 111110 | 111101 | 101101 | 101101 | 11011 |
Color Harmonies of #645526
Complementary color
Monochromatic Colors of #645526
Black with #645526
Text Example
Text Example
White with #645526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645526; }
p { color: rgb(100,85,38); }
H1.HeaderClassName
{
color: #645526;
}
.AnyTagClassName
{
color: #645526;
}
</style>
background-color css
<style>
a { background-color: #645526; }
a { background-color: rgb(100,85,38); }
div.DivClassName
{
background-color: #645526;
}
.BgClassName
{
background-color: #645526;
}
</style>
border-color css
<style>
span { border-color: #645526; }
span { border-color: rgb(100,85,38); }
td.TdClassName
{
border-color: #645526;
}
.TagClassName
{
border-color: #645526;
}
</style>