#917C6E

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

Shades of Squirrel #917C6E

Tints of Squirrel #917C6E

Color information

#917C6E (or 0x917C6E) is unknown color: approx Squirrel. HEX triplet: 91, 7C and 6E. RGB value is (145,124,110). Sum of RGB (Red+Green+Blue) = 145+124+110=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #917C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C6E is #6E8391. Grayscale: #808080. Windows color (decimal): -7242642 or 7240849. OLE color: 7240849.

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

Color convert

RGB145124110-
CMYK00.140.240.43
HSL24º13.73%50%-
HSV(B)24º24.14%56.86%-
XYZ21.721.5617.77-
YUV128.68117.46139.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=38.26%
G=32.72%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512411000.140.240.432413.7350
Hex917C6E0E182B18e32
Octal2211741560163053301662
Binary10010001111110011011100111011000101011110001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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