Shades of West Coast #604E30
Tints of West Coast #604E30
RGB
CMYK
RGB Variations
Color information
#604E30 (or 0x604E30) is known color: West Coast. HEX triplet: 60, 4E and 30. RGB value is (96,78,48). Sum of RGB (Red+Green+Blue) = 96+78+48=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #604E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E30 is #9FB1CF. Grayscale: #505050. Windows color (decimal): -10465744 or 3165792. OLE color: 3165792.
HSL color Cylindrical-coordinate representation of color #604E30: hue angle of 37.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604E30 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 48 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.62 |
| HSL | 37.5º | 0.33% | 0.28% | - |
| HSV(B) | 37.5º | 0.5% | 0.38% | - |
| XYZ | 8.08 | 8.15 | 3.94 | - |
| YUV | 79.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 48 | 0 | 0.19 | 0.50 | 0.62 | 37.5 | 0.33 | 0.28 |
| Hex | 60 | 4E | 30 | 0 | 13 | 32 | 3E | 26 | 21 | 1C |
| Octal | 140 | 116 | 60 | 0 | 23 | 62 | 76 | 46 | 41 | 34 |
| Binary | 1100000 | 1001110 | 110000 | 0 | 10011 | 110010 | 111110 | 100110 | 100001 | 11100 |
Color Harmonies of #604E30
Complementary color
Monochromatic Colors of #604E30
Black with #604E30
Text Example
Text Example
White with #604E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E30; }
p { color: rgb(96,78,48); }
H1.HeaderClassName
{
color: #604E30;
}
.AnyTagClassName
{
color: #604E30;
}
</style>
background-color css
<style>
a { background-color: #604E30; }
a { background-color: rgb(96,78,48); }
div.DivClassName
{
background-color: #604E30;
}
.BgClassName
{
background-color: #604E30;
}
</style>
border-color css
<style>
span { border-color: #604E30; }
span { border-color: rgb(96,78,48); }
td.TdClassName
{
border-color: #604E30;
}
.TagClassName
{
border-color: #604E30;
}
</style>