#896B3A

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

Shades of McKenzie #896B3A

Tints of McKenzie #896B3A

Color information

#896B3A (or 0x896B3A) is unknown color: approx McKenzie. HEX triplet: 89, 6B and 3A. RGB value is (137,107,58). Sum of RGB (Red+Green+Blue) = 137+107+58=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #896B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B3A is #7694C5. Grayscale: #6E6E6E. Windows color (decimal): -7771334 or 3828617. OLE color: 3828617.

HSL color Cylindrical-coordinate representation of color #896B3A: hue angle of 37.22º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #896B3A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB13710758-
CMYK00.220.580.46
HSL37.22º40.51%38.24%-
HSV(B)37.22º57.66%53.73%-
XYZ16.3416.146.26-
YUV110.3898.44146.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.36%
GREEN value IS 107 (42.19% from 255) = 35.43%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=45.36%
G=35.43%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371075800.220.580.4637.2240.5138.24
Hex896B3A0163A2E252926
Octal211153720267256455146
Binary100010011101011111010010110111010101110100101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896B3A; }

 p { color: rgb(137,107,58); }

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

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

 a { background-color: rgb(137,107,58); }

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

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

 span { border-color: rgb(137,107,58); }

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