#896B5E

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

Shades of Beaver #896B5E

Tints of Beaver #896B5E

Color information

#896B5E (or 0x896B5E) is unknown color: approx Beaver. HEX triplet: 89, 6B and 5E. RGB value is (137,107,94). Sum of RGB (Red+Green+Blue) = 137+107+94=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #896B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B5E is #7694A1. Grayscale: #727272. Windows color (decimal): -7771298 or 6187913. OLE color: 6187913.

HSL color Cylindrical-coordinate representation of color #896B5E: hue angle of 18.14º 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 #896B5E is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13710794-
CMYK00.220.310.46
HSL18.14º18.61%45.29%-
HSV(B)18.14º31.39%53.73%-
XYZ17.5916.6412.87-
YUV114.49116.44144.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=40.53%
G=31.66%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371079400.220.310.4618.1418.6145.29
Hex896B5E0161F2E12132d
Octal2111531360263756222355
Binary1000100111010111011110010110111111011101001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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