#917E6C

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

Shades of Squirrel #917E6C

Tints of Squirrel #917E6C

Color information

#917E6C (or 0x917E6C) is unknown color: approx Squirrel. HEX triplet: 91, 7E and 6C. RGB value is (145,126,108). Sum of RGB (Red+Green+Blue) = 145+126+108=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #917E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E6C is #6E8193. Grayscale: #818181. Windows color (decimal): -7242132 or 7110289. OLE color: 7110289.

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

Color convert

RGB145126108-
CMYK00.130.260.43
HSL29.19º14.62%49.61%-
HSV(B)29.19º25.52%56.86%-
XYZ21.8422.0217.29-
YUV129.63115.79138.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=38.26%
G=33.25%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512610800.130.260.4329.1914.6249.61
Hex917E6C0D1A2B1df32
Octal2211761540153253351762
Binary10010001111111011011000110111010101011111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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