#614E2A

Color #614E2A West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #614E2A

Tints of West Coast #614E2A

Color information

#614E2A (or 0x614E2A) is unknown color: approx West Coast. HEX triplet: 61, 4E and 2A. RGB value is (97,78,42). Sum of RGB (Red+Green+Blue) = 97+78+42=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E2A is #9EB1D5. Grayscale: #4F4F4F. Windows color (decimal): -10400214 or 2772577. OLE color: 2772577.

HSL color Cylindrical-coordinate representation of color #614E2A: hue angle of 39.27º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #614E2A is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB977842-
CMYK00.200.570.62
HSL39.27º39.57%27.25%-
HSV(B)39.27º56.7%38.04%-
XYZ8.078.163.34-
YUV79.58106.79140.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=44.70%
G=35.94%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97784200.200.570.6239.2739.5727.25
Hex614E2A014393E27281b
Octal141116520247176475033
Binary1100001100111010101001010011100111111010011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614E2A; }

 p { color: rgb(97,78,42); }

 H1.HeaderClassName
 {
   color: #614E2A;
 }
 .AnyTagClassName
 {
   color: #614E2A;
 }
</style>
background-color css

<style>
 a { background-color: #614E2A; }

 a { background-color: rgb(97,78,42); }

 div.DivClassName
 {
   background-color: #614E2A;
 }
 .BgClassName
 {
   background-color: #614E2A;
 }
</style>
border-color css

<style>
 span { border-color: #614E2A; }

 span { border-color: rgb(97,78,42); }

 td.TdClassName
 {
   border-color: #614E2A;
 }
 .TagClassName
 {
   border-color: #614E2A;
 }
</style>