Shades of West Coast #60502C
Tints of West Coast #60502C
RGB
CMYK
RGB Variations
Color information
#60502C (or 0x60502C) is known color: West Coast. HEX triplet: 60, 50 and 2C. RGB value is (96,80,44). Sum of RGB (Red+Green+Blue) = 96+80+44=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #60502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60502C is #9FAFD3. Grayscale: #505050. Windows color (decimal): -10465236 or 2904160. OLE color: 2904160.
HSL color Cylindrical-coordinate representation of color #60502C: hue angle of 41.54º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60502C is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 44 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.62 |
| HSL | 41.54º | 0.37% | 0.27% | - |
| HSV(B) | 41.54º | 0.54% | 0.38% | - |
| XYZ | 8.15 | 8.41 | 3.58 | - |
| YUV | 80.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 44 | 0 | 0.17 | 0.54 | 0.62 | 41.54 | 0.37 | 0.27 |
| Hex | 60 | 50 | 2C | 0 | 11 | 36 | 3E | 2A | 25 | 1B |
| Octal | 140 | 120 | 54 | 0 | 21 | 66 | 76 | 52 | 45 | 33 |
| Binary | 1100000 | 1010000 | 101100 | 0 | 10001 | 110110 | 111110 | 101010 | 100101 | 11011 |
Color Harmonies of #60502C
Complementary color
Monochromatic Colors of #60502C
Black with #60502C
Text Example
Text Example
White with #60502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60502C; }
p { color: rgb(96,80,44); }
H1.HeaderClassName
{
color: #60502C;
}
.AnyTagClassName
{
color: #60502C;
}
</style>
background-color css
<style>
a { background-color: #60502C; }
a { background-color: rgb(96,80,44); }
div.DivClassName
{
background-color: #60502C;
}
.BgClassName
{
background-color: #60502C;
}
</style>
border-color css
<style>
span { border-color: #60502C; }
span { border-color: rgb(96,80,44); }
td.TdClassName
{
border-color: #60502C;
}
.TagClassName
{
border-color: #60502C;
}
</style>