Shades of West Coast #60502F
Tints of West Coast #60502F
RGB
CMYK
RGB Variations
Color information
#60502F (or 0x60502F) is known color: West Coast. HEX triplet: 60, 50 and 2F. RGB value is (96,80,47). Sum of RGB (Red+Green+Blue) = 96+80+47=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60502F is #9FAFD0. Grayscale: #515151. Windows color (decimal): -10465233 or 3100768. OLE color: 3100768.
HSL color Cylindrical-coordinate representation of color #60502F: hue angle of 40.41º 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 #60502F is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 47 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.62 |
| HSL | 40.41º | 0.34% | 0.28% | - |
| HSV(B) | 40.41º | 0.51% | 0.38% | - |
| XYZ | 8.21 | 8.43 | 3.88 | - |
| YUV | 81.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 47 | 0 | 0.17 | 0.51 | 0.62 | 40.41 | 0.34 | 0.28 |
| Hex | 60 | 50 | 2F | 0 | 11 | 33 | 3E | 28 | 22 | 1C |
| Octal | 140 | 120 | 57 | 0 | 21 | 63 | 76 | 50 | 42 | 34 |
| Binary | 1100000 | 1010000 | 101111 | 0 | 10001 | 110011 | 111110 | 101000 | 100010 | 11100 |
Color Harmonies of #60502F
Complementary color
Monochromatic Colors of #60502F
Black with #60502F
Text Example
Text Example
White with #60502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60502F; }
p { color: rgb(96,80,47); }
H1.HeaderClassName
{
color: #60502F;
}
.AnyTagClassName
{
color: #60502F;
}
</style>
background-color css
<style>
a { background-color: #60502F; }
a { background-color: rgb(96,80,47); }
div.DivClassName
{
background-color: #60502F;
}
.BgClassName
{
background-color: #60502F;
}
</style>
border-color css
<style>
span { border-color: #60502F; }
span { border-color: rgb(96,80,47); }
td.TdClassName
{
border-color: #60502F;
}
.TagClassName
{
border-color: #60502F;
}
</style>