#896D5E

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

Shades of Beaver #896D5E

Tints of Beaver #896D5E

Color information

#896D5E (or 0x896D5E) is unknown color: approx Beaver. HEX triplet: 89, 6D and 5E. RGB value is (137,109,94). Sum of RGB (Red+Green+Blue) = 137+109+94=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D5E is #7692A1. Grayscale: #737373. Windows color (decimal): -7770786 or 6188425. OLE color: 6188425.

HSL color Cylindrical-coordinate representation of color #896D5E: hue angle of 20.93º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #896D5E is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13710994-
CMYK00.200.310.46
HSL20.93º18.61%45.29%-
HSV(B)20.93º31.39%53.73%-
XYZ17.8117.0612.94-
YUV115.66115.78143.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=40.29%
G=32.06%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371099400.200.310.4620.9318.6145.29
Hex896D5E0141F2E15132d
Octal2111551360243756252355
Binary1000100111011011011110010100111111011101010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,109,94); }

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

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

 a { background-color: rgb(137,109,94); }

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

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

 span { border-color: rgb(137,109,94); }

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