#97816D

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

Shades of Squirrel #97816D

Tints of Squirrel #97816D

Color information

#97816D (or 0x97816D) is unknown color: approx Squirrel. HEX triplet: 97, 81 and 6D. RGB value is (151,129,109). Sum of RGB (Red+Green+Blue) = 151+129+109=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #97816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97816D is #687E92. Grayscale: #858585. Windows color (decimal): -6848147 or 7176599. OLE color: 7176599.

HSL color Cylindrical-coordinate representation of color #97816D: hue angle of 28.57º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97816D is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB151129109-
CMYK00.150.280.41
HSL28.57º16.8%50.98%-
HSV(B)28.57º27.81%59.22%-
XYZ23.3723.3817.75-
YUV133.3114.29140.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 109 (42.97% from 255) = 28.02%
R=38.82%
G=33.16%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112910900.150.280.4128.5716.850.98
Hex97816D0F1C291d1133
Octal2272011550173451352163
Binary1001011110000001110110101111111001010011110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97816D; }

 p { color: rgb(151,129,109); }

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

<style>
 a { background-color: #97816D; }

 a { background-color: rgb(151,129,109); }

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

<style>
 span { border-color: #97816D; }

 span { border-color: rgb(151,129,109); }

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