#896E65

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

Shades of Beaver #896E65

Tints of Beaver #896E65

Color information

#896E65 (or 0x896E65) is unknown color: approx Beaver. HEX triplet: 89, 6E and 65. RGB value is (137,110,101). Sum of RGB (Red+Green+Blue) = 137+110+101=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #896E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E65 is #76919A. Grayscale: #757575. Windows color (decimal): -7770523 or 6647433. OLE color: 6647433.

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

Color convert

RGB137110101-
CMYK00.200.260.46
HSL15º15.13%46.67%-
HSV(B)15º26.28%53.73%-
XYZ18.2417.4114.71-
YUV117.05118.95142.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.37%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=39.37%
G=31.61%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711010100.200.260.461515.1346.67
Hex896E650141A2Eff2f
Octal2111561450243256171757
Binary10001001110111011001010101001101010111011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,110,101); }

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

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

 a { background-color: rgb(137,110,101); }

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

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

 span { border-color: rgb(137,110,101); }

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