Shades of West Coast #604E2F
Tints of West Coast #604E2F
RGB
CMYK
RGB Variations
Color information
#604E2F (or 0x604E2F) is known color: West Coast. HEX triplet: 60, 4E and 2F. RGB value is (96,78,47). Sum of RGB (Red+Green+Blue) = 96+78+47=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #604E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E2F is #9FB1D0. Grayscale: #4F4F4F. Windows color (decimal): -10465745 or 3100256. OLE color: 3100256.
HSL color Cylindrical-coordinate representation of color #604E2F: hue angle of 37.96º 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 #604E2F is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 47 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.62 |
| HSL | 37.96º | 0.34% | 0.28% | - |
| HSV(B) | 37.96º | 0.51% | 0.38% | - |
| XYZ | 8.06 | 8.14 | 3.84 | - |
| YUV | 79.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 47 | 0 | 0.19 | 0.51 | 0.62 | 37.96 | 0.34 | 0.28 |
| Hex | 60 | 4E | 2F | 0 | 13 | 33 | 3E | 26 | 22 | 1C |
| Octal | 140 | 116 | 57 | 0 | 23 | 63 | 76 | 46 | 42 | 34 |
| Binary | 1100000 | 1001110 | 101111 | 0 | 10011 | 110011 | 111110 | 100110 | 100010 | 11100 |
Color Harmonies of #604E2F
Complementary color
Monochromatic Colors of #604E2F
Black with #604E2F
Text Example
Text Example
White with #604E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E2F; }
p { color: rgb(96,78,47); }
H1.HeaderClassName
{
color: #604E2F;
}
.AnyTagClassName
{
color: #604E2F;
}
</style>
background-color css
<style>
a { background-color: #604E2F; }
a { background-color: rgb(96,78,47); }
div.DivClassName
{
background-color: #604E2F;
}
.BgClassName
{
background-color: #604E2F;
}
</style>
border-color css
<style>
span { border-color: #604E2F; }
span { border-color: rgb(96,78,47); }
td.TdClassName
{
border-color: #604E2F;
}
.TagClassName
{
border-color: #604E2F;
}
</style>