Shades of West Coast #64552D
Tints of West Coast #64552D
RGB
CMYK
RGB Variations
Color information
#64552D (or 0x64552D) is known color: West Coast. HEX triplet: 64, 55 and 2D. RGB value is (100,85,45). Sum of RGB (Red+Green+Blue) = 100+85+45=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #64552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64552D is #9BAAD2. Grayscale: #555555. Windows color (decimal): -10201811 or 2970980. OLE color: 2970980.
HSL color Cylindrical-coordinate representation of color #64552D: hue angle of 43.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64552D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 45 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.61 |
| HSL | 43.64º | 0.38% | 0.28% | - |
| HSV(B) | 43.64º | 0.55% | 0.39% | - |
| XYZ | 8.98 | 9.4 | 3.82 | - |
| YUV | 84.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 45 | 0 | 0.15 | 0.55 | 0.61 | 43.64 | 0.38 | 0.28 |
| Hex | 64 | 55 | 2D | 0 | F | 37 | 3D | 2C | 26 | 1C |
| Octal | 144 | 125 | 55 | 0 | 17 | 67 | 75 | 54 | 46 | 34 |
| Binary | 1100100 | 1010101 | 101101 | 0 | 1111 | 110111 | 111101 | 101100 | 100110 | 11100 |
Color Harmonies of #64552D
Complementary color
Monochromatic Colors of #64552D
Black with #64552D
Text Example
Text Example
White with #64552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64552D; }
p { color: rgb(100,85,45); }
H1.HeaderClassName
{
color: #64552D;
}
.AnyTagClassName
{
color: #64552D;
}
</style>
background-color css
<style>
a { background-color: #64552D; }
a { background-color: rgb(100,85,45); }
div.DivClassName
{
background-color: #64552D;
}
.BgClassName
{
background-color: #64552D;
}
</style>
border-color css
<style>
span { border-color: #64552D; }
span { border-color: rgb(100,85,45); }
td.TdClassName
{
border-color: #64552D;
}
.TagClassName
{
border-color: #64552D;
}
</style>