#896D5C

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

Shades of Beaver #896D5C

Tints of Beaver #896D5C

Color information

#896D5C (or 0x896D5C) is unknown color: approx Beaver. HEX triplet: 89, 6D and 5C. RGB value is (137,109,92). Sum of RGB (Red+Green+Blue) = 137+109+92=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #896D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D5C is #7692A3. Grayscale: #737373. Windows color (decimal): -7770788 or 6057353. OLE color: 6057353.

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

Color convert

RGB13710992-
CMYK00.200.330.46
HSL22.67º19.65%44.9%-
HSV(B)22.67º32.85%53.73%-
XYZ17.7217.0312.48-
YUV115.43114.78143.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=40.53%
G=32.25%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371099200.200.330.4622.6719.6544.9
Hex896D5C014212E17142d
Octal2111551340244156272455
Binary10001001110110110111000101001000011011101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,109,92); }

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

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

 a { background-color: rgb(137,109,92); }

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

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

 span { border-color: rgb(137,109,92); }

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