#97816A

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

Shades of Squirrel #97816A

Tints of Squirrel #97816A

Color information

#97816A (or 0x97816A) is unknown color: approx Squirrel. HEX triplet: 97, 81 and 6A. RGB value is (151,129,106). Sum of RGB (Red+Green+Blue) = 151+129+106=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #97816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97816A is #687E95. Grayscale: #858585. Windows color (decimal): -6848150 or 6979991. OLE color: 6979991.

HSL color Cylindrical-coordinate representation of color #97816A: hue angle of 30.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97816A is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB151129106-
CMYK00.150.300.41
HSL30.67º17.79%50.39%-
HSV(B)30.67º29.8%59.22%-
XYZ23.2123.3216.91-
YUV132.96112.79140.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.12%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=39.12%
G=33.42%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112910600.150.300.4130.6717.7950.39
Hex97816A0F1E291f1232
Octal2272011520173651372262
Binary1001011110000001110101001111111101010011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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