#897D6C

Color #897D6C Squirrel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Squirrel #897D6C

Tints of Squirrel #897D6C

Color information

#897D6C (or 0x897D6C) is unknown color: approx Squirrel. HEX triplet: 89, 7D and 6C. RGB value is (137,125,108). Sum of RGB (Red+Green+Blue) = 137+125+108=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #897D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D6C is #768293. Grayscale: #7E7E7E. Windows color (decimal): -7766676 or 7110025. OLE color: 7110025.

HSL color Cylindrical-coordinate representation of color #897D6C: hue angle of 35.17º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #897D6C is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB137125108-
CMYK00.090.210.46
HSL35.17º11.84%48.04%-
HSV(B)35.17º21.17%53.73%-
XYZ20.3621.0717.18-
YUV126.65117.48135.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=37.03%
G=33.78%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712510800.090.210.4635.1711.8448.04
Hex897D6C09152E23c30
Octal2111751540112556431460
Binary100010011111101110110001001101011011101000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897D6C; }

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

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

<style>
 a { background-color: #897D6C; }

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

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

<style>
 span { border-color: #897D6C; }

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

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