#897D6D

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

Shades of Squirrel #897D6D

Tints of Squirrel #897D6D

Color information

#897D6D (or 0x897D6D) is unknown color: approx Squirrel. HEX triplet: 89, 7D and 6D. RGB value is (137,125,109). Sum of RGB (Red+Green+Blue) = 137+125+109=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #897D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D6D is #768292. Grayscale: #7E7E7E. Windows color (decimal): -7766675 or 7175561. OLE color: 7175561.

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

Color convert

RGB137125109-
CMYK00.090.200.46
HSL34.29º11.38%48.24%-
HSV(B)34.29º20.44%53.73%-
XYZ20.4121.0917.46-
YUV126.76117.98135.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=36.93%
G=33.69%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712510900.090.200.4634.2911.3848.24
Hex897D6D09142E22b30
Octal2111751550112456421360
Binary100010011111101110110101001101001011101000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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