#896C60

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

Shades of Beaver #896C60

Tints of Beaver #896C60

Color information

#896C60 (or 0x896C60) is unknown color: approx Beaver. HEX triplet: 89, 6C and 60. RGB value is (137,108,96). Sum of RGB (Red+Green+Blue) = 137+108+96=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #896C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C60 is #76939F. Grayscale: #737373. Windows color (decimal): -7771040 or 6319241. OLE color: 6319241.

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

Color convert

RGB13710896-
CMYK00.210.300.46
HSL17.56º17.6%45.69%-
HSV(B)17.56º29.93%53.73%-
XYZ17.7916.8913.39-
YUV115.3117.11143.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=40.18%
G=31.67%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371089600.210.300.4617.5617.645.69
Hex896C600151E2E12122e
Octal2111541400253656222256
Binary1000100111011001100000010101111101011101001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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