#896F5F

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

Shades of Beaver #896F5F

Tints of Beaver #896F5F

Color information

#896F5F (or 0x896F5F) is unknown color: approx Beaver. HEX triplet: 89, 6F and 5F. RGB value is (137,111,95). Sum of RGB (Red+Green+Blue) = 137+111+95=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #896F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F5F is #7690A0. Grayscale: #757575. Windows color (decimal): -7770273 or 6254473. OLE color: 6254473.

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

Color convert

RGB13711195-
CMYK00.190.310.46
HSL22.86º18.1%45.49%-
HSV(B)22.86º30.66%53.73%-
XYZ18.0717.5113.25-
YUV116.95115.61142.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=39.94%
G=32.36%
B=27.70%

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
Decimal1371119500.190.310.4622.8618.145.49
Hex896F5F0131F2E17122d
Octal2111571370233756272255
Binary1000100111011111011111010011111111011101011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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