#896942

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

Shades of McKenzie #896942

Tints of McKenzie #896942

Color information

#896942 (or 0x896942) is unknown color: approx McKenzie. HEX triplet: 89, 69 and 42. RGB value is (137,105,66). Sum of RGB (Red+Green+Blue) = 137+105+66=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #896942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896942 is #7696BD. Grayscale: #6E6E6E. Windows color (decimal): -7771838 or 4352393. OLE color: 4352393.

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

Color convert

RGB13710566-
CMYK00.230.520.46
HSL32.96º34.98%39.8%-
HSV(B)32.96º51.82%53.73%-
XYZ16.3515.817.35-
YUV110.12103.1147.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 66 (26.17% from 255) = 21.43%
R=44.48%
G=34.09%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371056600.230.520.4632.9634.9839.8
Hex896942017342E212328
Octal2111511020276456414350
Binary1000100111010011000010010111110100101110100001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896942; }

 p { color: rgb(137,105,66); }

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

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

 a { background-color: rgb(137,105,66); }

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

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

 span { border-color: rgb(137,105,66); }

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