#897C6C

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

Shades of Squirrel #897C6C

Tints of Squirrel #897C6C

Color information

#897C6C (or 0x897C6C) is unknown color: approx Squirrel. HEX triplet: 89, 7C and 6C. RGB value is (137,124,108). Sum of RGB (Red+Green+Blue) = 137+124+108=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #897C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C6C is #768393. Grayscale: #7E7E7E. Windows color (decimal): -7766932 or 7109769. OLE color: 7109769.

HSL color Cylindrical-coordinate representation of color #897C6C: hue angle of 33.1º 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 #897C6C is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB137124108-
CMYK00.090.210.46
HSL33.1º11.84%48.04%-
HSV(B)33.1º21.17%53.73%-
XYZ20.2320.8217.14-
YUV126.06117.81135.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=37.13%
G=33.60%
B=29.27%

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
Decimal13712410800.090.210.4633.111.8448.04
Hex897C6C09152E21c30
Octal2111741540112556411460
Binary100010011111100110110001001101011011101000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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