#917A6C

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

Shades of Squirrel #917A6C

Tints of Squirrel #917A6C

Color information

#917A6C (or 0x917A6C) is unknown color: approx Squirrel. HEX triplet: 91, 7A and 6C. RGB value is (145,122,108). Sum of RGB (Red+Green+Blue) = 145+122+108=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #917A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A6C is #6E8593. Grayscale: #7F7F7F. Windows color (decimal): -7243156 or 7109265. OLE color: 7109265.

HSL color Cylindrical-coordinate representation of color #917A6C: hue angle of 22.7º 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 #917A6C is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB145122108-
CMYK00.160.260.43
HSL22.7º14.62%49.61%-
HSV(B)22.7º25.52%56.86%-
XYZ21.3421.0217.12-
YUV127.28117.12140.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=38.67%
G=32.53%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512210800.160.260.4322.714.6249.61
Hex917A6C0101A2B17f32
Octal2211721540203253271762
Binary100100011111010110110001000011010101011101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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