#938071

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

Shades of Squirrel #938071

Tints of Squirrel #938071

Color information

#938071 (or 0x938071) is unknown color: approx Squirrel. HEX triplet: 93, 80 and 71. RGB value is (147,128,113). Sum of RGB (Red+Green+Blue) = 147+128+113=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #938071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938071 is #6C7F8E. Grayscale: #848484. Windows color (decimal): -7110543 or 7438483. OLE color: 7438483.

HSL color Cylindrical-coordinate representation of color #938071: hue angle of 26.47º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #938071 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB147128113-
CMYK00.130.230.42
HSL26.47º13.6%50.98%-
HSV(B)26.47º23.13%57.65%-
XYZ22.7322.8318.83-
YUV131.97117.29138.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=37.89%
G=32.99%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712811300.130.230.4226.4713.650.98
Hex9380710D172A1ae33
Octal2232001610152752321663
Binary100100111000000011100010110110111101010110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938071; }

 p { color: rgb(147,128,113); }

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

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

 a { background-color: rgb(147,128,113); }

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

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

 span { border-color: rgb(147,128,113); }

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