Shades of West Coast #64552A
Tints of West Coast #64552A
RGB
CMYK
RGB Variations
Color information
#64552A (or 0x64552A) is known color: West Coast. HEX triplet: 64, 55 and 2A. RGB value is (100,85,42). Sum of RGB (Red+Green+Blue) = 100+85+42=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #64552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64552A is #9BAAD5. Grayscale: #545454. Windows color (decimal): -10201814 or 2774372. OLE color: 2774372.
HSL color Cylindrical-coordinate representation of color #64552A: hue angle of 44.48º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64552A is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 42 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.61 |
| HSL | 44.48º | 0.41% | 0.28% | - |
| HSV(B) | 44.48º | 0.58% | 0.39% | - |
| XYZ | 8.92 | 9.37 | 3.53 | - |
| YUV | 84.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 42 | 0 | 0.15 | 0.58 | 0.61 | 44.48 | 0.41 | 0.28 |
| Hex | 64 | 55 | 2A | 0 | F | 3A | 3D | 2C | 29 | 1C |
| Octal | 144 | 125 | 52 | 0 | 17 | 72 | 75 | 54 | 51 | 34 |
| Binary | 1100100 | 1010101 | 101010 | 0 | 1111 | 111010 | 111101 | 101100 | 101001 | 11100 |
Color Harmonies of #64552A
Complementary color
Monochromatic Colors of #64552A
Black with #64552A
Text Example
Text Example
White with #64552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64552A; }
p { color: rgb(100,85,42); }
H1.HeaderClassName
{
color: #64552A;
}
.AnyTagClassName
{
color: #64552A;
}
</style>
background-color css
<style>
a { background-color: #64552A; }
a { background-color: rgb(100,85,42); }
div.DivClassName
{
background-color: #64552A;
}
.BgClassName
{
background-color: #64552A;
}
</style>
border-color css
<style>
span { border-color: #64552A; }
span { border-color: rgb(100,85,42); }
td.TdClassName
{
border-color: #64552A;
}
.TagClassName
{
border-color: #64552A;
}
</style>