Shades of West Coast #60572E
Tints of West Coast #60572E
RGB
CMYK
RGB Variations
Color information
#60572E (or 0x60572E) is known color: West Coast. HEX triplet: 60, 57 and 2E. RGB value is (96,87,46). Sum of RGB (Red+Green+Blue) = 96+87+46=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60572E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60572E is #9FA8D1. Grayscale: #555555. Windows color (decimal): -10463442 or 3037024. OLE color: 3037024.
HSL color Cylindrical-coordinate representation of color #60572E: hue angle of 49.2º 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 #60572E is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 87 | 46 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.62 |
| HSL | 49.2º | 0.35% | 0.28% | - |
| HSV(B) | 49.2º | 0.52% | 0.38% | - |
| XYZ | 8.73 | 9.5 | 3.96 | - |
| YUV | 85.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 46 | 0 | 0.09 | 0.52 | 0.62 | 49.2 | 0.35 | 0.28 |
| Hex | 60 | 57 | 2E | 0 | 9 | 34 | 3E | 31 | 23 | 1C |
| Octal | 140 | 127 | 56 | 0 | 11 | 64 | 76 | 61 | 43 | 34 |
| Binary | 1100000 | 1010111 | 101110 | 0 | 1001 | 110100 | 111110 | 110001 | 100011 | 11100 |
Color Harmonies of #60572E
Complementary color
Monochromatic Colors of #60572E
Black with #60572E
Text Example
Text Example
White with #60572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60572E; }
p { color: rgb(96,87,46); }
H1.HeaderClassName
{
color: #60572E;
}
.AnyTagClassName
{
color: #60572E;
}
</style>
background-color css
<style>
a { background-color: #60572E; }
a { background-color: rgb(96,87,46); }
div.DivClassName
{
background-color: #60572E;
}
.BgClassName
{
background-color: #60572E;
}
</style>
border-color css
<style>
span { border-color: #60572E; }
span { border-color: rgb(96,87,46); }
td.TdClassName
{
border-color: #60572E;
}
.TagClassName
{
border-color: #60572E;
}
</style>