#947B64

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

Shades of Squirrel #947B64

Tints of Squirrel #947B64

Color information

#947B64 (or 0x947B64) is unknown color: approx Squirrel. HEX triplet: 94, 7B and 64. RGB value is (148,123,100). Sum of RGB (Red+Green+Blue) = 148+123+100=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #947B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B64 is #6B849B. Grayscale: #7F7F7F. Windows color (decimal): -7046300 or 6585236. OLE color: 6585236.

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

Color convert

RGB148123100-
CMYK00.170.320.42
HSL28.75º19.35%48.63%-
HSV(B)28.75º32.43%58.04%-
XYZ21.621.3815.05-
YUV127.85112.28142.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=39.89%
G=33.15%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812310000.170.320.4228.7519.3548.63
Hex947B64011202A1d1331
Octal2241731440214052352361
Binary10010100111101111001000100011000001010101110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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