#94846F

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

Shades of Squirrel #94846F

Tints of Squirrel #94846F

Color information

#94846F (or 0x94846F) is unknown color: approx Squirrel. HEX triplet: 94, 84 and 6F. RGB value is (148,132,111). Sum of RGB (Red+Green+Blue) = 148+132+111=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94846F is #6B7B90. Grayscale: #868686. Windows color (decimal): -7043985 or 7308436. OLE color: 7308436.

HSL color Cylindrical-coordinate representation of color #94846F: hue angle of 34.05º 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 #94846F is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB148132111-
CMYK00.110.250.42
HSL34.05º14.74%50.78%-
HSV(B)34.05º25%58.04%-
XYZ23.3323.9518.43-
YUV134.39114.8137.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 111 (43.75% from 255) = 28.39%
R=37.85%
G=33.76%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813211100.110.250.4234.0514.7450.78
Hex94846F0B192A22f33
Octal2242041570133152421763
Binary1001010010000100110111101011110011010101000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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