#917F6E

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

Shades of Squirrel #917F6E

Tints of Squirrel #917F6E

Color information

#917F6E (or 0x917F6E) is unknown color: approx Squirrel. HEX triplet: 91, 7F and 6E. RGB value is (145,127,110). Sum of RGB (Red+Green+Blue) = 145+127+110=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F6E is #6E8091. Grayscale: #828282. Windows color (decimal): -7241874 or 7241617. OLE color: 7241617.

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

Color convert

RGB145127110-
CMYK00.120.240.43
HSL29.14º13.73%50%-
HSV(B)29.14º24.14%56.86%-
XYZ22.0822.3217.9-
YUV130.44116.46138.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=37.96%
G=33.25%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512711000.120.240.4329.1413.7350
Hex917F6E0C182B1de32
Octal2211771560143053351662
Binary10010001111111111011100110011000101011111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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