Shades of West Coast #64552F
Tints of West Coast #64552F
RGB
CMYK
RGB Variations
Color information
#64552F (or 0x64552F) is known color: West Coast. HEX triplet: 64, 55 and 2F. RGB value is (100,85,47). Sum of RGB (Red+Green+Blue) = 100+85+47=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64552F is #9BAAD0. Grayscale: #555555. Windows color (decimal): -10201809 or 3102052. OLE color: 3102052.
HSL color Cylindrical-coordinate representation of color #64552F: hue angle of 43.02º 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 #64552F is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 47 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.61 |
| HSL | 43.02º | 0.36% | 0.29% | - |
| HSV(B) | 43.02º | 0.53% | 0.39% | - |
| XYZ | 9.02 | 9.41 | 4.03 | - |
| YUV | 85.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 47 | 0 | 0.15 | 0.53 | 0.61 | 43.02 | 0.36 | 0.29 |
| Hex | 64 | 55 | 2F | 0 | F | 35 | 3D | 2B | 24 | 1D |
| Octal | 144 | 125 | 57 | 0 | 17 | 65 | 75 | 53 | 44 | 35 |
| Binary | 1100100 | 1010101 | 101111 | 0 | 1111 | 110101 | 111101 | 101011 | 100100 | 11101 |
Color Harmonies of #64552F
Complementary color
Monochromatic Colors of #64552F
Black with #64552F
Text Example
Text Example
White with #64552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64552F; }
p { color: rgb(100,85,47); }
H1.HeaderClassName
{
color: #64552F;
}
.AnyTagClassName
{
color: #64552F;
}
</style>
background-color css
<style>
a { background-color: #64552F; }
a { background-color: rgb(100,85,47); }
div.DivClassName
{
background-color: #64552F;
}
.BgClassName
{
background-color: #64552F;
}
</style>
border-color css
<style>
span { border-color: #64552F; }
span { border-color: rgb(100,85,47); }
td.TdClassName
{
border-color: #64552F;
}
.TagClassName
{
border-color: #64552F;
}
</style>