#947F70

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

Shades of Squirrel #947F70

Tints of Squirrel #947F70

Color information

#947F70 (or 0x947F70) is unknown color: approx Squirrel. HEX triplet: 94, 7F and 70. RGB value is (148,127,112). Sum of RGB (Red+Green+Blue) = 148+127+112=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #947F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F70 is #6B808F. Grayscale: #838383. Windows color (decimal): -7045264 or 7372692. OLE color: 7372692.

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

Color convert

RGB148127112-
CMYK00.140.240.42
HSL25º14.4%50.98%-
HSV(B)25º24.32%58.04%-
XYZ22.7322.6418.5-
YUV131.57116.96139.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=38.24%
G=32.82%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812711200.140.240.422514.450.98
Hex947F700E182A19e33
Octal2241771600163052311663
Binary10010100111111111100000111011000101010110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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