#896F62

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

Shades of Beaver #896F62

Tints of Beaver #896F62

Color information

#896F62 (or 0x896F62) is unknown color: approx Beaver. HEX triplet: 89, 6F and 62. RGB value is (137,111,98). Sum of RGB (Red+Green+Blue) = 137+111+98=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #896F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F62 is #76909D. Grayscale: #757575. Windows color (decimal): -7770270 or 6451081. OLE color: 6451081.

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

Color convert

RGB13711198-
CMYK00.190.280.46
HSL20º16.6%46.08%-
HSV(B)20º28.47%53.73%-
XYZ18.2117.5713.99-
YUV117.29117.11142.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=39.60%
G=32.08%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371119800.190.280.462016.646.08
Hex896F620131C2E14112e
Octal2111571420233456242156
Binary1000100111011111100010010011111001011101010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,111,98); }

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

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

 a { background-color: rgb(137,111,98); }

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

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

 span { border-color: rgb(137,111,98); }

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