Shades of West Coast #60532F
Tints of West Coast #60532F
RGB
CMYK
RGB Variations
Color information
#60532F (or 0x60532F) is known color: West Coast. HEX triplet: 60, 53 and 2F. RGB value is (96,83,47). Sum of RGB (Red+Green+Blue) = 96+83+47=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60532F is #9FACD0. Grayscale: #525252. Windows color (decimal): -10464465 or 3101536. OLE color: 3101536.
HSL color Cylindrical-coordinate representation of color #60532F: hue angle of 44.08º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60532F is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 47 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.62 |
| HSL | 44.08º | 0.34% | 0.28% | - |
| HSV(B) | 44.08º | 0.51% | 0.38% | - |
| XYZ | 8.43 | 8.88 | 3.96 | - |
| YUV | 82.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 47 | 0 | 0.14 | 0.51 | 0.62 | 44.08 | 0.34 | 0.28 |
| Hex | 60 | 53 | 2F | 0 | E | 33 | 3E | 2C | 22 | 1C |
| Octal | 140 | 123 | 57 | 0 | 16 | 63 | 76 | 54 | 42 | 34 |
| Binary | 1100000 | 1010011 | 101111 | 0 | 1110 | 110011 | 111110 | 101100 | 100010 | 11100 |
Color Harmonies of #60532F
Complementary color
Monochromatic Colors of #60532F
Black with #60532F
Text Example
Text Example
White with #60532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60532F; }
p { color: rgb(96,83,47); }
H1.HeaderClassName
{
color: #60532F;
}
.AnyTagClassName
{
color: #60532F;
}
</style>
background-color css
<style>
a { background-color: #60532F; }
a { background-color: rgb(96,83,47); }
div.DivClassName
{
background-color: #60532F;
}
.BgClassName
{
background-color: #60532F;
}
</style>
border-color css
<style>
span { border-color: #60532F; }
span { border-color: rgb(96,83,47); }
td.TdClassName
{
border-color: #60532F;
}
.TagClassName
{
border-color: #60532F;
}
</style>