#614E27

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

Shades of West Coast #614E27

Tints of West Coast #614E27

Color information

#614E27 (or 0x614E27) is unknown color: approx West Coast. HEX triplet: 61, 4E and 27. RGB value is (97,78,39). Sum of RGB (Red+Green+Blue) = 97+78+39=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #614E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E27 is #9EB1D8. Grayscale: #4F4F4F. Windows color (decimal): -10400217 or 2575969. OLE color: 2575969.

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

Color convert

RGB977839-
CMYK00.200.600.62
HSL40.34º42.65%26.67%-
HSV(B)40.34º59.79%38.04%-
XYZ8.028.143.07-
YUV79.23105.29140.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=45.33%
G=36.45%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97783900.200.600.6240.3442.6526.67
Hex614E270143C3E282b1b
Octal141116470247476505333
Binary1100001100111010011101010011110011111010100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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