Shades of West Coast #60552E
Tints of West Coast #60552E
RGB
CMYK
RGB Variations
Color information
#60552E (or 0x60552E) is known color: West Coast. HEX triplet: 60, 55 and 2E. RGB value is (96,85,46). Sum of RGB (Red+Green+Blue) = 96+85+46=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60552E is #9FAAD1. Grayscale: #545454. Windows color (decimal): -10463954 or 3036512. OLE color: 3036512.
HSL color Cylindrical-coordinate representation of color #60552E: hue angle of 46.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 #60552E is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 46 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.62 |
| HSL | 46.8º | 0.35% | 0.28% | - |
| HSV(B) | 46.8º | 0.52% | 0.38% | - |
| XYZ | 8.57 | 9.18 | 3.91 | - |
| YUV | 83.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 46 | 0 | 0.11 | 0.52 | 0.62 | 46.8 | 0.35 | 0.28 |
| Hex | 60 | 55 | 2E | 0 | B | 34 | 3E | 2F | 23 | 1C |
| Octal | 140 | 125 | 56 | 0 | 13 | 64 | 76 | 57 | 43 | 34 |
| Binary | 1100000 | 1010101 | 101110 | 0 | 1011 | 110100 | 111110 | 101111 | 100011 | 11100 |
Color Harmonies of #60552E
Complementary color
Monochromatic Colors of #60552E
Black with #60552E
Text Example
Text Example
White with #60552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60552E; }
p { color: rgb(96,85,46); }
H1.HeaderClassName
{
color: #60552E;
}
.AnyTagClassName
{
color: #60552E;
}
</style>
background-color css
<style>
a { background-color: #60552E; }
a { background-color: rgb(96,85,46); }
div.DivClassName
{
background-color: #60552E;
}
.BgClassName
{
background-color: #60552E;
}
</style>
border-color css
<style>
span { border-color: #60552E; }
span { border-color: rgb(96,85,46); }
td.TdClassName
{
border-color: #60552E;
}
.TagClassName
{
border-color: #60552E;
}
</style>