#896434

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

Shades of McKenzie #896434

Tints of McKenzie #896434

Color information

#896434 (or 0x896434) is unknown color: approx McKenzie. HEX triplet: 89, 64 and 34. RGB value is (137,100,52). Sum of RGB (Red+Green+Blue) = 137+100+52=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #896434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896434 is #769BCB. Grayscale: #696969. Windows color (decimal): -7773132 or 3433609. OLE color: 3433609.

HSL color Cylindrical-coordinate representation of color #896434: hue angle of 33.88º 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 #896434 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB13710052-
CMYK00.270.620.46
HSL33.88º44.97%37.06%-
HSV(B)33.88º62.04%53.73%-
XYZ15.4914.685.27-
YUV105.5997.76150.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=47.40%
G=34.60%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371005200.270.620.4633.8844.9737.06
Hex89643401B3E2E222d25
Octal211144640337656425545
Binary100010011100100110100011011111110101110100010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896434; }

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

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

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

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

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

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

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

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