#937C6C

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

Shades of Squirrel #937C6C

Tints of Squirrel #937C6C

Color information

#937C6C (or 0x937C6C) is unknown color: approx Squirrel. HEX triplet: 93, 7C and 6C. RGB value is (147,124,108). Sum of RGB (Red+Green+Blue) = 147+124+108=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #937C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C6C is #6C8393. Grayscale: #818181. Windows color (decimal): -7111572 or 7109779. OLE color: 7109779.

HSL color Cylindrical-coordinate representation of color #937C6C: hue angle of 24.62º 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 #937C6C is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147124108-
CMYK00.160.270.42
HSL24.62º15.29%50%-
HSV(B)24.62º26.53%57.65%-
XYZ21.9521.717.22-
YUV129.05116.12140.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=38.79%
G=32.72%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712410800.160.270.4224.6215.2950
Hex937C6C0101B2A19f32
Octal2231741540203352311762
Binary100100111111100110110001000011011101010110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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