#917E6D

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

Shades of Squirrel #917E6D

Tints of Squirrel #917E6D

Color information

#917E6D (or 0x917E6D) is unknown color: approx Squirrel. HEX triplet: 91, 7E and 6D. RGB value is (145,126,109). Sum of RGB (Red+Green+Blue) = 145+126+109=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #917E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E6D is #6E8192. Grayscale: #818181. Windows color (decimal): -7242131 or 7175825. OLE color: 7175825.

HSL color Cylindrical-coordinate representation of color #917E6D: hue angle of 28.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #917E6D is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB145126109-
CMYK00.130.250.43
HSL28.33º14.17%49.8%-
HSV(B)28.33º24.83%56.86%-
XYZ21.922.0517.57-
YUV129.74116.29138.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=38.16%
G=33.16%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512610900.130.250.4328.3314.1749.8
Hex917E6D0D192B1ce32
Octal2211761550153153341662
Binary10010001111111011011010110111001101011111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917E6D; }

 p { color: rgb(145,126,109); }

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

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

 a { background-color: rgb(145,126,109); }

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

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

 span { border-color: rgb(145,126,109); }

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