#947F6B

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

Shades of Squirrel #947F6B

Tints of Squirrel #947F6B

Color information

#947F6B (or 0x947F6B) is unknown color: approx Squirrel. HEX triplet: 94, 7F and 6B. RGB value is (148,127,107). Sum of RGB (Red+Green+Blue) = 148+127+107=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #947F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F6B is #6B8094. Grayscale: #838383. Windows color (decimal): -7045269 or 7045012. OLE color: 7045012.

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

Color convert

RGB148127107-
CMYK00.140.280.42
HSL29.27º16.08%50%-
HSV(B)29.27º27.7%58.04%-
XYZ22.4622.5417.08-
YUV131114.46140.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=38.74%
G=33.25%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812710700.140.280.4229.2716.0850
Hex947F6B0E1C2A1d1032
Octal2241771530163452352062
Binary100101001111111110101101110111001010101110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,127,107); }

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

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

 a { background-color: rgb(148,127,107); }

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

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

 span { border-color: rgb(148,127,107); }

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