#896E5B

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

Shades of Beaver #896E5B

Tints of Beaver #896E5B

Color information

#896E5B (or 0x896E5B) is unknown color: approx Beaver. HEX triplet: 89, 6E and 5B. RGB value is (137,110,91). Sum of RGB (Red+Green+Blue) = 137+110+91=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #896E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E5B is #7691A4. Grayscale: #747474. Windows color (decimal): -7770533 or 5992073. OLE color: 5992073.

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

Color convert

RGB13711091-
CMYK00.200.340.46
HSL24.78º20.18%44.71%-
HSV(B)24.78º33.58%53.73%-
XYZ17.7817.2312.29-
YUV115.91113.95143.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=40.53%
G=32.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371109100.200.340.4624.7820.1844.71
Hex896E5B014222E19142d
Octal2111561330244256312455
Binary10001001110111010110110101001000101011101100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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