#937E6E

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

Shades of Squirrel #937E6E

Tints of Squirrel #937E6E

Color information

#937E6E (or 0x937E6E) is unknown color: approx Squirrel. HEX triplet: 93, 7E and 6E. RGB value is (147,126,110). Sum of RGB (Red+Green+Blue) = 147+126+110=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 147 - color contains mainly: red. Hex color #937E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E6E is #6C8191. Grayscale: #828282. Windows color (decimal): -7111058 or 7241363. OLE color: 7241363.

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

Color convert

RGB147126110-
CMYK00.140.250.42
HSL25.95º14.62%50.39%-
HSV(B)25.95º25.17%57.65%-
XYZ22.3122.2517.87-
YUV130.45116.46139.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=38.38%
G=32.90%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712611000.140.250.4225.9514.6250.39
Hex937E6E0E192A1af32
Octal2231761560163152321762
Binary10010011111111011011100111011001101010110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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