#947E6C

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

Shades of Squirrel #947E6C

Tints of Squirrel #947E6C

Color information

#947E6C (or 0x947E6C) is unknown color: approx Squirrel. HEX triplet: 94, 7E and 6C. RGB value is (148,126,108). Sum of RGB (Red+Green+Blue) = 148+126+108=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #947E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E6C is #6B8193. Grayscale: #828282. Windows color (decimal): -7045524 or 7110292. OLE color: 7110292.

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

Color convert

RGB148126108-
CMYK00.150.270.42
HSL27º15.75%50.2%-
HSV(B)27º27.03%58.04%-
XYZ22.3822.317.31-
YUV130.53115.29140.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=38.74%
G=32.98%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812610800.150.270.422715.7550.2
Hex947E6C0F1B2A1b1032
Octal2241761540173352332062
Binary100101001111110110110001111110111010101101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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