#948064

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

Shades of Squirrel #948064

Tints of Squirrel #948064

Color information

#948064 (or 0x948064) is unknown color: approx Squirrel. HEX triplet: 94, 80 and 64. RGB value is (148,128,100). Sum of RGB (Red+Green+Blue) = 148+128+100=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #948064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948064 is #6B7F9B. Grayscale: #828282. Windows color (decimal): -7045020 or 6586516. OLE color: 6586516.

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

Color convert

RGB148128100-
CMYK00.140.320.42
HSL35º19.35%48.63%-
HSV(B)35º32.43%58.04%-
XYZ22.2322.6515.26-
YUV130.79110.63140.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=39.36%
G=34.04%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812810000.140.320.423519.3548.63
Hex9480640E202A231331
Octal2242001440164052432361
Binary100101001000000011001000111010000010101010001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948064; }

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

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

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

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

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

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

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

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