Shades of West Coast #64582E
Tints of West Coast #64582E
RGB
CMYK
RGB Variations
Color information
#64582E (or 0x64582E) is known color: West Coast. HEX triplet: 64, 58 and 2E. RGB value is (100,88,46). Sum of RGB (Red+Green+Blue) = 100+88+46=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #64582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64582E is #9BA7D1. Grayscale: #565656. Windows color (decimal): -10201042 or 3037284. OLE color: 3037284.
HSL color Cylindrical-coordinate representation of color #64582E: hue angle of 46.67º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64582E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 88 | 46 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.61 |
| HSL | 46.67º | 0.37% | 0.29% | - |
| HSV(B) | 46.67º | 0.54% | 0.39% | - |
| XYZ | 9.24 | 9.89 | 4.01 | - |
| YUV | 86.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 46 | 0 | 0.12 | 0.54 | 0.61 | 46.67 | 0.37 | 0.29 |
| Hex | 64 | 58 | 2E | 0 | C | 36 | 3D | 2F | 25 | 1D |
| Octal | 144 | 130 | 56 | 0 | 14 | 66 | 75 | 57 | 45 | 35 |
| Binary | 1100100 | 1011000 | 101110 | 0 | 1100 | 110110 | 111101 | 101111 | 100101 | 11101 |
Color Harmonies of #64582E
Complementary color
Monochromatic Colors of #64582E
Black with #64582E
Text Example
Text Example
White with #64582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64582E; }
p { color: rgb(100,88,46); }
H1.HeaderClassName
{
color: #64582E;
}
.AnyTagClassName
{
color: #64582E;
}
</style>
background-color css
<style>
a { background-color: #64582E; }
a { background-color: rgb(100,88,46); }
div.DivClassName
{
background-color: #64582E;
}
.BgClassName
{
background-color: #64582E;
}
</style>
border-color css
<style>
span { border-color: #64582E; }
span { border-color: rgb(100,88,46); }
td.TdClassName
{
border-color: #64582E;
}
.TagClassName
{
border-color: #64582E;
}
</style>