#896C5B

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

Shades of Beaver #896C5B

Tints of Beaver #896C5B

Color information

#896C5B (or 0x896C5B) is unknown color: approx Beaver. HEX triplet: 89, 6C and 5B. RGB value is (137,108,91). Sum of RGB (Red+Green+Blue) = 137+108+91=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #896C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C5B is #7693A4. Grayscale: #727272. Windows color (decimal): -7771045 or 5991561. OLE color: 5991561.

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

Color convert

RGB13710891-
CMYK00.210.340.46
HSL22.17º20.18%44.71%-
HSV(B)22.17º33.58%53.73%-
XYZ17.5716.812.21-
YUV114.73114.61143.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=40.77%
G=32.14%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371089100.210.340.4622.1720.1844.71
Hex896C5B015222E16142d
Octal2111541330254256262455
Binary10001001110110010110110101011000101011101011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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