#917763

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

Shades of Squirrel #917763

Tints of Squirrel #917763

Color information

#917763 (or 0x917763) is unknown color: approx Squirrel. HEX triplet: 91, 77 and 63. RGB value is (145,119,99). Sum of RGB (Red+Green+Blue) = 145+119+99=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #917763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917763 is #6E889C. Grayscale: #7C7C7C. Windows color (decimal): -7243933 or 6518673. OLE color: 6518673.

HSL color Cylindrical-coordinate representation of color #917763: hue angle of 26.09º 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 #917763 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14511999-
CMYK00.180.320.43
HSL26.09º18.85%47.84%-
HSV(B)26.09º31.72%56.86%-
XYZ20.5320.1114.6-
YUV124.49113.61142.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 119 (46.88% from 255) = 32.78%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=39.94%
G=32.78%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451199900.180.320.4326.0918.8547.84
Hex917763012202B1a1330
Octal2211671430224053322360
Binary10010001111011111000110100101000001010111101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917763; }

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

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

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

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

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

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

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

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