Shades of West Coast #60522F
Tints of West Coast #60522F
RGB
CMYK
RGB Variations
Color information
#60522F (or 0x60522F) is known color: West Coast. HEX triplet: 60, 52 and 2F. RGB value is (96,82,47). Sum of RGB (Red+Green+Blue) = 96+82+47=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60522F is #9FADD0. Grayscale: #525252. Windows color (decimal): -10464721 or 3101280. OLE color: 3101280.
HSL color Cylindrical-coordinate representation of color #60522F: hue angle of 42.86º 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 #60522F is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 47 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.62 |
| HSL | 42.86º | 0.34% | 0.28% | - |
| HSV(B) | 42.86º | 0.51% | 0.38% | - |
| XYZ | 8.35 | 8.73 | 3.93 | - |
| YUV | 82.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 47 | 0 | 0.15 | 0.51 | 0.62 | 42.86 | 0.34 | 0.28 |
| Hex | 60 | 52 | 2F | 0 | F | 33 | 3E | 2B | 22 | 1C |
| Octal | 140 | 122 | 57 | 0 | 17 | 63 | 76 | 53 | 42 | 34 |
| Binary | 1100000 | 1010010 | 101111 | 0 | 1111 | 110011 | 111110 | 101011 | 100010 | 11100 |
Color Harmonies of #60522F
Complementary color
Monochromatic Colors of #60522F
Black with #60522F
Text Example
Text Example
White with #60522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60522F; }
p { color: rgb(96,82,47); }
H1.HeaderClassName
{
color: #60522F;
}
.AnyTagClassName
{
color: #60522F;
}
</style>
background-color css
<style>
a { background-color: #60522F; }
a { background-color: rgb(96,82,47); }
div.DivClassName
{
background-color: #60522F;
}
.BgClassName
{
background-color: #60522F;
}
</style>
border-color css
<style>
span { border-color: #60522F; }
span { border-color: rgb(96,82,47); }
td.TdClassName
{
border-color: #60522F;
}
.TagClassName
{
border-color: #60522F;
}
</style>