Shades of West Coast #614E2D
Tints of West Coast #614E2D
RGB
CMYK
RGB Variations
Color information
#614E2D (or 0x614E2D) is known color: West Coast. HEX triplet: 61, 4E and 2D. RGB value is (97,78,45). Sum of RGB (Red+Green+Blue) = 97+78+45=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #614E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E2D is #9EB1D2. Grayscale: #505050. Windows color (decimal): -10400211 or 2969185. OLE color: 2969185.
HSL color Cylindrical-coordinate representation of color #614E2D: hue angle of 38.08º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #614E2D is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 45 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.62 |
| HSL | 38.08º | 0.37% | 0.28% | - |
| HSV(B) | 38.08º | 0.54% | 0.38% | - |
| XYZ | 8.13 | 8.18 | 3.63 | - |
| YUV | 79.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 45 | 0 | 0.20 | 0.54 | 0.62 | 38.08 | 0.37 | 0.28 |
| Hex | 61 | 4E | 2D | 0 | 14 | 36 | 3E | 26 | 25 | 1C |
| Octal | 141 | 116 | 55 | 0 | 24 | 66 | 76 | 46 | 45 | 34 |
| Binary | 1100001 | 1001110 | 101101 | 0 | 10100 | 110110 | 111110 | 100110 | 100101 | 11100 |
Color Harmonies of #614E2D
Complementary color
Monochromatic Colors of #614E2D
Black with #614E2D
Text Example
Text Example
White with #614E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E2D; }
p { color: rgb(97,78,45); }
H1.HeaderClassName
{
color: #614E2D;
}
.AnyTagClassName
{
color: #614E2D;
}
</style>
background-color css
<style>
a { background-color: #614E2D; }
a { background-color: rgb(97,78,45); }
div.DivClassName
{
background-color: #614E2D;
}
.BgClassName
{
background-color: #614E2D;
}
</style>
border-color css
<style>
span { border-color: #614E2D; }
span { border-color: rgb(97,78,45); }
td.TdClassName
{
border-color: #614E2D;
}
.TagClassName
{
border-color: #614E2D;
}
</style>