#896334

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

Shades of McKenzie #896334

Tints of McKenzie #896334

Color information

#896334 (or 0x896334) is unknown color: approx McKenzie. HEX triplet: 89, 63 and 34. RGB value is (137,99,52). Sum of RGB (Red+Green+Blue) = 137+99+52=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #896334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896334 is #769CCB. Grayscale: #696969. Windows color (decimal): -7773388 or 3433353. OLE color: 3433353.

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

Color convert

RGB1379952-
CMYK00.280.620.46
HSL33.18º44.97%37.06%-
HSV(B)33.18º62.04%53.73%-
XYZ15.414.495.23-
YUV10598.09150.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.57%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=47.57%
G=34.38%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137995200.280.620.4633.1844.9737.06
Hex89633401C3E2E212d25
Octal211143640347656415545
Binary100010011100011110100011100111110101110100001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896334; }

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

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

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

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

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

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

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

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