Shades of West Coast #64592F
Tints of West Coast #64592F
RGB
CMYK
RGB Variations
Color information
#64592F (or 0x64592F) is known color: West Coast. HEX triplet: 64, 59 and 2F. RGB value is (100,89,47). Sum of RGB (Red+Green+Blue) = 100+89+47=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #64592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64592F is #9BA6D0. Grayscale: #575757. Windows color (decimal): -10200785 or 3103076. OLE color: 3103076.
HSL color Cylindrical-coordinate representation of color #64592F: hue angle of 47.55º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64592F is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 89 | 47 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.61 |
| HSL | 47.55º | 0.36% | 0.29% | - |
| HSV(B) | 47.55º | 0.53% | 0.39% | - |
| XYZ | 9.34 | 10.06 | 4.14 | - |
| YUV | 87.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 47 | 0 | 0.11 | 0.53 | 0.61 | 47.55 | 0.36 | 0.29 |
| Hex | 64 | 59 | 2F | 0 | B | 35 | 3D | 30 | 24 | 1D |
| Octal | 144 | 131 | 57 | 0 | 13 | 65 | 75 | 60 | 44 | 35 |
| Binary | 1100100 | 1011001 | 101111 | 0 | 1011 | 110101 | 111101 | 110000 | 100100 | 11101 |
Color Harmonies of #64592F
Complementary color
Monochromatic Colors of #64592F
Black with #64592F
Text Example
Text Example
White with #64592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64592F; }
p { color: rgb(100,89,47); }
H1.HeaderClassName
{
color: #64592F;
}
.AnyTagClassName
{
color: #64592F;
}
</style>
background-color css
<style>
a { background-color: #64592F; }
a { background-color: rgb(100,89,47); }
div.DivClassName
{
background-color: #64592F;
}
.BgClassName
{
background-color: #64592F;
}
</style>
border-color css
<style>
span { border-color: #64592F; }
span { border-color: rgb(100,89,47); }
td.TdClassName
{
border-color: #64592F;
}
.TagClassName
{
border-color: #64592F;
}
</style>