#938164

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

Shades of Squirrel #938164

Tints of Squirrel #938164

Color information

#938164 (or 0x938164) is unknown color: approx Squirrel. HEX triplet: 93, 81 and 64. RGB value is (147,129,100). Sum of RGB (Red+Green+Blue) = 147+129+100=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #938164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938164 is #6C7E9B. Grayscale: #838383. Windows color (decimal): -7110300 or 6586771. OLE color: 6586771.

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

Color convert

RGB147129100-
CMYK00.120.320.42
HSL37.02º19.03%48.43%-
HSV(B)37.02º31.97%57.65%-
XYZ22.1822.8215.29-
YUV131.08110.46139.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 129 (50.78% from 255) = 34.31%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=39.10%
G=34.31%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712910000.120.320.4237.0219.0348.43
Hex9381640C202A251330
Octal2232011440144052452360
Binary100100111000000111001000110010000010101010010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938164; }

 p { color: rgb(147,129,100); }

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

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

 a { background-color: rgb(147,129,100); }

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

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

 span { border-color: rgb(147,129,100); }

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