#896F5E

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

Shades of Beaver #896F5E

Tints of Beaver #896F5E

Color information

#896F5E (or 0x896F5E) is unknown color: approx Beaver. HEX triplet: 89, 6F and 5E. RGB value is (137,111,94). Sum of RGB (Red+Green+Blue) = 137+111+94=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F5E is #7690A1. Grayscale: #747474. Windows color (decimal): -7770274 or 6188937. OLE color: 6188937.

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

Color convert

RGB13711194-
CMYK00.190.310.46
HSL23.72º18.61%45.29%-
HSV(B)23.72º31.39%53.73%-
XYZ18.0217.513.02-
YUV116.84115.11142.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=40.06%
G=32.46%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371119400.190.310.4623.7218.6145.29
Hex896F5E0131F2E18132d
Octal2111571360233756302355
Binary1000100111011111011110010011111111011101100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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