#896D61

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

Shades of Beaver #896D61

Tints of Beaver #896D61

Color information

#896D61 (or 0x896D61) is unknown color: approx Beaver. HEX triplet: 89, 6D and 61. RGB value is (137,109,97). Sum of RGB (Red+Green+Blue) = 137+109+97=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #896D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D61 is #76929E. Grayscale: #747474. Windows color (decimal): -7770783 or 6385033. OLE color: 6385033.

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

Color convert

RGB13710997-
CMYK00.200.290.46
HSL18º17.09%45.88%-
HSV(B)18º29.2%53.73%-
XYZ17.9417.1213.67-
YUV116117.28142.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=39.94%
G=31.78%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371099700.200.290.461817.0945.88
Hex896D610141D2E12112e
Octal2111551410243556222156
Binary1000100111011011100001010100111011011101001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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