#97836A

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

Shades of Squirrel #97836A

Tints of Squirrel #97836A

Color information

#97836A (or 0x97836A) is unknown color: approx Squirrel. HEX triplet: 97, 83 and 6A. RGB value is (151,131,106). Sum of RGB (Red+Green+Blue) = 151+131+106=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #97836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97836A is #687C95. Grayscale: #868686. Windows color (decimal): -6847638 or 6980503. OLE color: 6980503.

HSL color Cylindrical-coordinate representation of color #97836A: hue angle of 33.33º 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 #97836A is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB151131106-
CMYK00.130.300.41
HSL33.33º17.79%50.39%-
HSV(B)33.33º29.8%59.22%-
XYZ23.4823.8517-
YUV134.13112.13140.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.92%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=38.92%
G=33.76%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113110600.130.300.4133.3317.7950.39
Hex97836A0D1E29211232
Octal2272031520153651412262
Binary10010111100000111101010011011111010100110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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