#917C63

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

Shades of Squirrel #917C63

Tints of Squirrel #917C63

Color information

#917C63 (or 0x917C63) is unknown color: approx Squirrel. HEX triplet: 91, 7C and 63. RGB value is (145,124,99). Sum of RGB (Red+Green+Blue) = 145+124+99=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #917C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C63 is #6E839C. Grayscale: #7F7F7F. Windows color (decimal): -7242653 or 6519953. OLE color: 6519953.

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

Color convert

RGB14512499-
CMYK00.140.320.43
HSL32.61º18.85%47.84%-
HSV(B)32.61º31.72%56.86%-
XYZ21.1421.3414.81-
YUV127.43111.96140.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=39.40%
G=33.70%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451249900.140.320.4332.6118.8547.84
Hex917C630E202B211330
Octal2211741430164053412360
Binary10010001111110011000110111010000010101110000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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