#917F63

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

Shades of Squirrel #917F63

Tints of Squirrel #917F63

Color information

#917F63 (or 0x917F63) is unknown color: approx Squirrel. HEX triplet: 91, 7F and 63. RGB value is (145,127,99). Sum of RGB (Red+Green+Blue) = 145+127+99=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #917F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F63 is #6E809C. Grayscale: #818181. Windows color (decimal): -7241885 or 6520721. OLE color: 6520721.

HSL color Cylindrical-coordinate representation of color #917F63: hue angle of 36.52º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #917F63 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14512799-
CMYK00.120.320.43
HSL36.52º18.85%47.84%-
HSV(B)36.52º31.72%56.86%-
XYZ21.5222.114.94-
YUV129.19110.96139.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=39.08%
G=34.23%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451279900.120.320.4336.5218.8547.84
Hex917F630C202B251330
Octal2211771430144053452360
Binary10010001111111111000110110010000010101110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,99); }

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

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

 a { background-color: rgb(145,127,99); }

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

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

 span { border-color: rgb(145,127,99); }

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