#937E6C

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

Shades of Squirrel #937E6C

Tints of Squirrel #937E6C

Color information

#937E6C (or 0x937E6C) is unknown color: approx Squirrel. HEX triplet: 93, 7E and 6C. RGB value is (147,126,108). Sum of RGB (Red+Green+Blue) = 147+126+108=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #937E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E6C is #6C8193. Grayscale: #828282. Windows color (decimal): -7111060 or 7110291. OLE color: 7110291.

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

Color convert

RGB147126108-
CMYK00.140.270.42
HSL27.69º15.29%50%-
HSV(B)27.69º26.53%57.65%-
XYZ22.222.2117.3-
YUV130.23115.46139.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=38.58%
G=33.07%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712610800.140.270.4227.6915.2950
Hex937E6C0E1B2A1cf32
Octal2231761540163352341762
Binary10010011111111011011000111011011101010111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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