Shades of West Coast #60512F
Tints of West Coast #60512F
RGB
CMYK
RGB Variations
Color information
#60512F (or 0x60512F) is known color: West Coast. HEX triplet: 60, 51 and 2F. RGB value is (96,81,47). Sum of RGB (Red+Green+Blue) = 96+81+47=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #60512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60512F is #9FAED0. Grayscale: #515151. Windows color (decimal): -10464977 or 3101024. OLE color: 3101024.
HSL color Cylindrical-coordinate representation of color #60512F: hue angle of 41.63º 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 #60512F is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 47 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.62 |
| HSL | 41.63º | 0.34% | 0.28% | - |
| HSV(B) | 41.63º | 0.51% | 0.38% | - |
| XYZ | 8.28 | 8.58 | 3.91 | - |
| YUV | 81.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 47 | 0 | 0.16 | 0.51 | 0.62 | 41.63 | 0.34 | 0.28 |
| Hex | 60 | 51 | 2F | 0 | 10 | 33 | 3E | 2A | 22 | 1C |
| Octal | 140 | 121 | 57 | 0 | 20 | 63 | 76 | 52 | 42 | 34 |
| Binary | 1100000 | 1010001 | 101111 | 0 | 10000 | 110011 | 111110 | 101010 | 100010 | 11100 |
Color Harmonies of #60512F
Complementary color
Monochromatic Colors of #60512F
Black with #60512F
Text Example
Text Example
White with #60512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60512F; }
p { color: rgb(96,81,47); }
H1.HeaderClassName
{
color: #60512F;
}
.AnyTagClassName
{
color: #60512F;
}
</style>
background-color css
<style>
a { background-color: #60512F; }
a { background-color: rgb(96,81,47); }
div.DivClassName
{
background-color: #60512F;
}
.BgClassName
{
background-color: #60512F;
}
</style>
border-color css
<style>
span { border-color: #60512F; }
span { border-color: rgb(96,81,47); }
td.TdClassName
{
border-color: #60512F;
}
.TagClassName
{
border-color: #60512F;
}
</style>