#897A6A

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

Shades of Squirrel #897A6A

Tints of Squirrel #897A6A

Color information

#897A6A (or 0x897A6A) is unknown color: approx Squirrel. HEX triplet: 89, 7A and 6A. RGB value is (137,122,106). Sum of RGB (Red+Green+Blue) = 137+122+106=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #897A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A6A is #768595. Grayscale: #7C7C7C. Windows color (decimal): -7767446 or 6978185. OLE color: 6978185.

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

Color convert

RGB137122106-
CMYK00.110.230.46
HSL30.97º12.76%47.65%-
HSV(B)30.97º22.63%53.73%-
XYZ19.8820.2816.5-
YUV124.66117.47136.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=37.53%
G=33.42%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712210600.110.230.4630.9712.7647.65
Hex897A6A0B172E1fd30
Octal2111721520132756371560
Binary10001001111101011010100101110111101110111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,122,106); }

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

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

 a { background-color: rgb(137,122,106); }

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

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

 span { border-color: rgb(137,122,106); }

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