#896640

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

Shades of McKenzie #896640

Tints of McKenzie #896640

Color information

#896640 (or 0x896640) is unknown color: approx McKenzie. HEX triplet: 89, 66 and 40. RGB value is (137,102,64). Sum of RGB (Red+Green+Blue) = 137+102+64=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #896640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896640 is #7699BF. Grayscale: #6C6C6C. Windows color (decimal): -7772608 or 4220553. OLE color: 4220553.

HSL color Cylindrical-coordinate representation of color #896640: hue angle of 31.23º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #896640 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB13710264-
CMYK00.260.530.46
HSL31.23º36.32%39.41%-
HSV(B)31.23º53.28%53.73%-
XYZ15.9915.196.94-
YUV108.13103.1148.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=45.21%
G=33.66%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371026400.260.530.4631.2336.3239.41
Hex89664001A352E1f2427
Octal2111461000326556374447
Binary100010011100110100000001101011010110111011111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896640; }

 p { color: rgb(137,102,64); }

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

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

 a { background-color: rgb(137,102,64); }

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

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

 span { border-color: rgb(137,102,64); }

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