#947F6F

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

Shades of Squirrel #947F6F

Tints of Squirrel #947F6F

Color information

#947F6F (or 0x947F6F) is unknown color: approx Squirrel. HEX triplet: 94, 7F and 6F. RGB value is (148,127,111). Sum of RGB (Red+Green+Blue) = 148+127+111=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #947F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F6F is #6B8090. Grayscale: #838383. Windows color (decimal): -7045265 or 7307156. OLE color: 7307156.

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

Color convert

RGB148127111-
CMYK00.140.250.42
HSL25.95º14.74%50.78%-
HSV(B)25.95º25%58.04%-
XYZ22.6722.6218.21-
YUV131.45116.46139.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=38.34%
G=32.90%
B=28.76%

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
Decimal14812711100.140.250.4225.9514.7450.78
Hex947F6F0E192A1af33
Octal2241771570163152321763
Binary10010100111111111011110111011001101010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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