#97846F

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

Shades of Squirrel #97846F

Tints of Squirrel #97846F

Color information

#97846F (or 0x97846F) is unknown color: approx Squirrel. HEX triplet: 97, 84 and 6F. RGB value is (151,132,111). Sum of RGB (Red+Green+Blue) = 151+132+111=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #97846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97846F is #687B90. Grayscale: #878787. Windows color (decimal): -6847377 or 7308439. OLE color: 7308439.

HSL color Cylindrical-coordinate representation of color #97846F: hue angle of 31.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97846F is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB151132111-
CMYK00.130.260.41
HSL31.5º16.13%51.37%-
HSV(B)31.5º26.49%59.22%-
XYZ23.8824.2318.46-
YUV135.29114.29139.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.32%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=38.32%
G=33.50%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113211100.130.260.4131.516.1351.37
Hex97846F0D1A29201033
Octal2272041570153251402063
Binary10010111100001001101111011011101010100110000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97846F; }

 p { color: rgb(151,132,111); }

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

<style>
 a { background-color: #97846F; }

 a { background-color: rgb(151,132,111); }

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

<style>
 span { border-color: #97846F; }

 span { border-color: rgb(151,132,111); }

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