Shades of West Coast #60502E
Tints of West Coast #60502E
RGB
CMYK
RGB Variations
Color information
#60502E (or 0x60502E) is known color: West Coast. HEX triplet: 60, 50 and 2E. RGB value is (96,80,46). Sum of RGB (Red+Green+Blue) = 96+80+46=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #60502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60502E is #9FAFD1. Grayscale: #515151. Windows color (decimal): -10465234 or 3035232. OLE color: 3035232.
HSL color Cylindrical-coordinate representation of color #60502E: hue angle of 40.8º 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 #60502E is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 46 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.62 |
| HSL | 40.8º | 0.35% | 0.28% | - |
| HSV(B) | 40.8º | 0.52% | 0.38% | - |
| XYZ | 8.19 | 8.42 | 3.78 | - |
| YUV | 80.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 46 | 0 | 0.17 | 0.52 | 0.62 | 40.8 | 0.35 | 0.28 |
| Hex | 60 | 50 | 2E | 0 | 11 | 34 | 3E | 29 | 23 | 1C |
| Octal | 140 | 120 | 56 | 0 | 21 | 64 | 76 | 51 | 43 | 34 |
| Binary | 1100000 | 1010000 | 101110 | 0 | 10001 | 110100 | 111110 | 101001 | 100011 | 11100 |
Color Harmonies of #60502E
Complementary color
Monochromatic Colors of #60502E
Black with #60502E
Text Example
Text Example
White with #60502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60502E; }
p { color: rgb(96,80,46); }
H1.HeaderClassName
{
color: #60502E;
}
.AnyTagClassName
{
color: #60502E;
}
</style>
background-color css
<style>
a { background-color: #60502E; }
a { background-color: rgb(96,80,46); }
div.DivClassName
{
background-color: #60502E;
}
.BgClassName
{
background-color: #60502E;
}
</style>
border-color css
<style>
span { border-color: #60502E; }
span { border-color: rgb(96,80,46); }
td.TdClassName
{
border-color: #60502E;
}
.TagClassName
{
border-color: #60502E;
}
</style>