#917C61

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

Shades of Squirrel #917C61

Tints of Squirrel #917C61

Color information

#917C61 (or 0x917C61) is unknown color: approx Squirrel. HEX triplet: 91, 7C and 61. RGB value is (145,124,97). Sum of RGB (Red+Green+Blue) = 145+124+97=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #917C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C61 is #6E839E. Grayscale: #7F7F7F. Windows color (decimal): -7242655 or 6388881. OLE color: 6388881.

HSL color Cylindrical-coordinate representation of color #917C61: hue angle of 33.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917C61 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB14512497-
CMYK00.140.330.43
HSL33.75º19.83%47.45%-
HSV(B)33.75º33.1%56.86%-
XYZ21.0421.314.31-
YUV127.2110.96140.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=39.62%
G=33.88%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451249700.140.330.4333.7519.8347.45
Hex917C610E212B22142f
Octal2211741410164153422457
Binary10010001111110011000010111010000110101110001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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