#947E6D

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

Shades of Squirrel #947E6D

Tints of Squirrel #947E6D

Color information

#947E6D (or 0x947E6D) is unknown color: approx Squirrel. HEX triplet: 94, 7E and 6D. RGB value is (148,126,109). Sum of RGB (Red+Green+Blue) = 148+126+109=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #947E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E6D is #6B8192. Grayscale: #828282. Windows color (decimal): -7045523 or 7175828. OLE color: 7175828.

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

Color convert

RGB148126109-
CMYK00.150.260.42
HSL26.15º15.42%50.39%-
HSV(B)26.15º26.35%58.04%-
XYZ22.4322.3217.59-
YUV130.64115.79140.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=38.64%
G=32.90%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812610900.150.260.4226.1515.4250.39
Hex947E6D0F1A2A1af32
Octal2241761550173252321762
Binary10010100111111011011010111111010101010110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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