#896A44

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

Shades of McKenzie #896A44

Tints of McKenzie #896A44

Color information

#896A44 (or 0x896A44) is unknown color: approx McKenzie. HEX triplet: 89, 6A and 44. RGB value is (137,106,68). Sum of RGB (Red+Green+Blue) = 137+106+68=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #896A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896A44 is #7695BB. Grayscale: #6F6F6F. Windows color (decimal): -7771580 or 4483721. OLE color: 4483721.

HSL color Cylindrical-coordinate representation of color #896A44: hue angle of 33.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896A44 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB13710668-
CMYK00.230.500.46
HSL33.04º33.66%40.2%-
HSV(B)33.04º50.36%53.73%-
XYZ16.5116.047.7-
YUV110.94103.77146.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 68 (26.95% from 255) = 21.86%
R=44.05%
G=34.08%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371066800.230.500.4633.0433.6640.2
Hex896A44017322E212228
Octal2111521040276256414250
Binary1000100111010101000100010111110010101110100001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,106,68); }

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

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

 a { background-color: rgb(137,106,68); }

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

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

 span { border-color: rgb(137,106,68); }

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