#896C5E

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

Shades of Beaver #896C5E

Tints of Beaver #896C5E

Color information

#896C5E (or 0x896C5E) is unknown color: approx Beaver. HEX triplet: 89, 6C and 5E. RGB value is (137,108,94). Sum of RGB (Red+Green+Blue) = 137+108+94=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #896C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C5E is #7693A1. Grayscale: #737373. Windows color (decimal): -7771042 or 6188169. OLE color: 6188169.

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

Color convert

RGB13710894-
CMYK00.210.310.46
HSL19.53º18.61%45.29%-
HSV(B)19.53º31.39%53.73%-
XYZ17.716.8512.91-
YUV115.07116.11143.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 108 (42.58% from 255) = 31.86%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=40.41%
G=31.86%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371089400.210.310.4619.5318.6145.29
Hex896C5E0151F2E14132d
Octal2111541360253756242355
Binary1000100111011001011110010101111111011101010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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