Shades of West Coast #60532E
Tints of West Coast #60532E
RGB
CMYK
RGB Variations
Color information
#60532E (or 0x60532E) is known color: West Coast. HEX triplet: 60, 53 and 2E. RGB value is (96,83,46). Sum of RGB (Red+Green+Blue) = 96+83+46=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60532E is #9FACD1. Grayscale: #525252. Windows color (decimal): -10464466 or 3036000. OLE color: 3036000.
HSL color Cylindrical-coordinate representation of color #60532E: hue angle of 44.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60532E is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 46 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.62 |
| HSL | 44.4º | 0.35% | 0.28% | - |
| HSV(B) | 44.4º | 0.52% | 0.38% | - |
| XYZ | 8.41 | 8.87 | 3.85 | - |
| YUV | 82.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 46 | 0 | 0.14 | 0.52 | 0.62 | 44.4 | 0.35 | 0.28 |
| Hex | 60 | 53 | 2E | 0 | E | 34 | 3E | 2C | 23 | 1C |
| Octal | 140 | 123 | 56 | 0 | 16 | 64 | 76 | 54 | 43 | 34 |
| Binary | 1100000 | 1010011 | 101110 | 0 | 1110 | 110100 | 111110 | 101100 | 100011 | 11100 |
Color Harmonies of #60532E
Complementary color
Monochromatic Colors of #60532E
Black with #60532E
Text Example
Text Example
White with #60532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60532E; }
p { color: rgb(96,83,46); }
H1.HeaderClassName
{
color: #60532E;
}
.AnyTagClassName
{
color: #60532E;
}
</style>
background-color css
<style>
a { background-color: #60532E; }
a { background-color: rgb(96,83,46); }
div.DivClassName
{
background-color: #60532E;
}
.BgClassName
{
background-color: #60532E;
}
</style>
border-color css
<style>
span { border-color: #60532E; }
span { border-color: rgb(96,83,46); }
td.TdClassName
{
border-color: #60532E;
}
.TagClassName
{
border-color: #60532E;
}
</style>