#938170

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

Shades of Squirrel #938170

Tints of Squirrel #938170

Color information

#938170 (or 0x938170) is unknown color: approx Squirrel. HEX triplet: 93, 81 and 70. RGB value is (147,129,112). Sum of RGB (Red+Green+Blue) = 147+129+112=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #938170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938170 is #6C7E8F. Grayscale: #848484. Windows color (decimal): -7110288 or 7373203. OLE color: 7373203.

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

Color convert

RGB147129112-
CMYK00.120.240.42
HSL29.14º13.94%50.78%-
HSV(B)29.14º23.81%57.65%-
XYZ22.8123.0718.58-
YUV132.44116.46138.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=37.89%
G=33.25%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712911200.120.240.4229.1413.9450.78
Hex9381700C182A1de33
Octal2232011600143052351663
Binary100100111000000111100000110011000101010111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938170; }

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

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

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

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

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

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

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

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