#947C64

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

Shades of Squirrel #947C64

Tints of Squirrel #947C64

Color information

#947C64 (or 0x947C64) is unknown color: approx Squirrel. HEX triplet: 94, 7C and 64. RGB value is (148,124,100). Sum of RGB (Red+Green+Blue) = 148+124+100=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #947C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C64 is #6B839B. Grayscale: #808080. Windows color (decimal): -7046044 or 6585492. OLE color: 6585492.

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

Color convert

RGB148124100-
CMYK00.160.320.42
HSL30º19.35%48.63%-
HSV(B)30º32.43%58.04%-
XYZ21.7221.6315.09-
YUV128.44111.95141.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=39.78%
G=33.33%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812410000.160.320.423019.3548.63
Hex947C64010202A1e1331
Octal2241741440204052362361
Binary10010100111110011001000100001000001010101111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,124,100); }

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

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

 a { background-color: rgb(148,124,100); }

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

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

 span { border-color: rgb(148,124,100); }

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