#917E6F

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

Shades of Squirrel #917E6F

Tints of Squirrel #917E6F

Color information

#917E6F (or 0x917E6F) is unknown color: approx Squirrel. HEX triplet: 91, 7E and 6F. RGB value is (145,126,111). Sum of RGB (Red+Green+Blue) = 145+126+111=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E6F is #6E8190. Grayscale: #828282. Windows color (decimal): -7242129 or 7306897. OLE color: 7306897.

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

Color convert

RGB145126111-
CMYK00.130.230.43
HSL26.47º13.39%50.2%-
HSV(B)26.47º23.45%56.86%-
XYZ22.0122.0918.14-
YUV129.97117.29138.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=37.96%
G=32.98%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512611100.130.230.4326.4713.3950.2
Hex917E6F0D172B1ad32
Octal2211761570152753321562
Binary10010001111111011011110110110111101011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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