#94846C

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

Shades of Squirrel #94846C

Tints of Squirrel #94846C

Color information

#94846C (or 0x94846C) is unknown color: approx Squirrel. HEX triplet: 94, 84 and 6C. RGB value is (148,132,108). Sum of RGB (Red+Green+Blue) = 148+132+108=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94846C is #6B7B93. Grayscale: #868686. Windows color (decimal): -7043988 or 7111828. OLE color: 7111828.

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

Color convert

RGB148132108-
CMYK00.110.270.42
HSL36º15.75%50.2%-
HSV(B)36º27.03%58.04%-
XYZ23.1723.8817.58-
YUV134.05113.3137.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=38.14%
G=34.02%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813210800.110.270.423615.7550.2
Hex94846C0B1B2A241032
Octal2242041540133352442062
Binary10010100100001001101100010111101110101010010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94846C; }

 p { color: rgb(148,132,108); }

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

<style>
 a { background-color: #94846C; }

 a { background-color: rgb(148,132,108); }

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

<style>
 span { border-color: #94846C; }

 span { border-color: rgb(148,132,108); }

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