#937E6D

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

Shades of Squirrel #937E6D

Tints of Squirrel #937E6D

Color information

#937E6D (or 0x937E6D) is unknown color: approx Squirrel. HEX triplet: 93, 7E and 6D. RGB value is (147,126,109). Sum of RGB (Red+Green+Blue) = 147+126+109=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #937E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E6D is #6C8192. Grayscale: #828282. Windows color (decimal): -7111059 or 7175827. OLE color: 7175827.

HSL color Cylindrical-coordinate representation of color #937E6D: hue angle of 26.84º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #937E6D is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB147126109-
CMYK00.140.260.42
HSL26.84º14.96%50.2%-
HSV(B)26.84º25.85%57.65%-
XYZ22.2522.2317.59-
YUV130.34115.96139.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.48%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 109 (42.97% from 255) = 28.53%
R=38.48%
G=32.98%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712610900.140.260.4226.8414.9650.2
Hex937E6D0E1A2A1bf32
Octal2231761550163252331762
Binary10010011111111011011010111011010101010110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937E6D; }

 p { color: rgb(147,126,109); }

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

<style>
 a { background-color: #937E6D; }

 a { background-color: rgb(147,126,109); }

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

<style>
 span { border-color: #937E6D; }

 span { border-color: rgb(147,126,109); }

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