#896134

Color #896134 McKenzie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of McKenzie #896134

Tints of McKenzie #896134

Color information

#896134 (or 0x896134) is unknown color: approx McKenzie. HEX triplet: 89, 61 and 34. RGB value is (137,97,52). Sum of RGB (Red+Green+Blue) = 137+97+52=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #896134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896134 is #769ECB. Grayscale: #686868. Windows color (decimal): -7773900 or 3432841. OLE color: 3432841.

HSL color Cylindrical-coordinate representation of color #896134: hue angle of 31.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #896134 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1379752-
CMYK00.290.620.46
HSL31.76º44.97%37.06%-
HSV(B)31.76º62.04%53.73%-
XYZ15.2114.125.17-
YUV103.8398.75151.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=47.90%
G=33.92%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137975200.290.620.4631.7644.9737.06
Hex89613401D3E2E202d25
Octal211141640357656405545
Binary100010011100001110100011101111110101110100000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896134; }

 p { color: rgb(137,97,52); }

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

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

 a { background-color: rgb(137,97,52); }

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

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

 span { border-color: rgb(137,97,52); }

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