#917E69

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

Shades of Squirrel #917E69

Tints of Squirrel #917E69

Color information

#917E69 (or 0x917E69) is unknown color: approx Squirrel. HEX triplet: 91, 7E and 69. RGB value is (145,126,105). Sum of RGB (Red+Green+Blue) = 145+126+105=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #917E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E69 is #6E8196. Grayscale: #818181. Windows color (decimal): -7242135 or 6913681. OLE color: 6913681.

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

Color convert

RGB145126105-
CMYK00.130.280.43
HSL31.5º16%49.02%-
HSV(B)31.5º27.59%56.86%-
XYZ21.6921.9616.46-
YUV129.29114.29139.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=38.56%
G=33.51%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512610500.130.280.4331.51649.02
Hex917E690D1C2B1f1031
Octal2211761510153453372061
Binary100100011111110110100101101111001010111111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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