#896B5B

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

Shades of Beaver #896B5B

Tints of Beaver #896B5B

Color information

#896B5B (or 0x896B5B) is unknown color: approx Beaver. HEX triplet: 89, 6B and 5B. RGB value is (137,107,91). Sum of RGB (Red+Green+Blue) = 137+107+91=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B5B is #7694A4. Grayscale: #727272. Windows color (decimal): -7771301 or 5991305. OLE color: 5991305.

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

Color convert

RGB13710791-
CMYK00.220.340.46
HSL20.87º20.18%44.71%-
HSV(B)20.87º33.58%53.73%-
XYZ17.4616.5912.18-
YUV114.15114.94144.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=40.90%
G=31.94%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371079100.220.340.4620.8720.1844.71
Hex896B5B016222E15142d
Octal2111531330264256252455
Binary10001001110101110110110101101000101011101010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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