#896D5D

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

Shades of Beaver #896D5D

Tints of Beaver #896D5D

Color information

#896D5D (or 0x896D5D) is unknown color: approx Beaver. HEX triplet: 89, 6D and 5D. RGB value is (137,109,93). Sum of RGB (Red+Green+Blue) = 137+109+93=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #896D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D5D is #7692A2. Grayscale: #737373. Windows color (decimal): -7770787 or 6122889. OLE color: 6122889.

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

Color convert

RGB13710993-
CMYK00.200.320.46
HSL21.82º19.13%45.1%-
HSV(B)21.82º32.12%53.73%-
XYZ17.7617.0512.71-
YUV115.55115.28143.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=40.41%
G=32.15%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371099300.200.320.4621.8219.1345.1
Hex896D5D014202E16132d
Octal2111551350244056262355
Binary10001001110110110111010101001000001011101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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