#896034

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

Shades of McKenzie #896034

Tints of McKenzie #896034

Color information

#896034 (or 0x896034) is unknown color: approx McKenzie. HEX triplet: 89, 60 and 34. RGB value is (137,96,52). Sum of RGB (Red+Green+Blue) = 137+96+52=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #896034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896034 is #769FCB. Grayscale: #676767. Windows color (decimal): -7774156 or 3432585. OLE color: 3432585.

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

Color convert

RGB1379652-
CMYK00.300.620.46
HSL31.06º44.97%37.06%-
HSV(B)31.06º62.04%53.73%-
XYZ15.1213.935.14-
YUV103.2499.08152.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=48.07%
G=33.68%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137965200.300.620.4631.0644.9737.06
Hex89603401E3E2E1f2d25
Octal211140640367656375545
Binary10001001110000011010001111011111010111011111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896034; }

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

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

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

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

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

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

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

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