#938166

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

Shades of Squirrel #938166

Tints of Squirrel #938166

Color information

#938166 (or 0x938166) is unknown color: approx Squirrel. HEX triplet: 93, 81 and 66. RGB value is (147,129,102). Sum of RGB (Red+Green+Blue) = 147+129+102=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #938166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938166 is #6C7E99. Grayscale: #838383. Windows color (decimal): -7110298 or 6717843. OLE color: 6717843.

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

Color convert

RGB147129102-
CMYK00.120.310.42
HSL36º18.07%48.82%-
HSV(B)36º30.61%57.65%-
XYZ22.2822.8615.81-
YUV131.3111.46139.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=38.89%
G=34.13%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712910200.120.310.423618.0748.82
Hex9381660C1F2A241231
Octal2232011460143752442261
Binary10010011100000011100110011001111110101010010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938166; }

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

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

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

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

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

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

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

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