#917F70

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

Shades of Squirrel #917F70

Tints of Squirrel #917F70

Color information

#917F70 (or 0x917F70) is unknown color: approx Squirrel. HEX triplet: 91, 7F and 70. RGB value is (145,127,112). Sum of RGB (Red+Green+Blue) = 145+127+112=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #917F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F70 is #6E808F. Grayscale: #828282. Windows color (decimal): -7241872 or 7372689. OLE color: 7372689.

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

Color convert

RGB145127112-
CMYK00.120.230.43
HSL27.27º13.04%50.39%-
HSV(B)27.27º22.76%56.86%-
XYZ22.1922.3718.48-
YUV130.67117.46138.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=37.76%
G=33.07%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512711200.120.230.4327.2713.0450.39
Hex917F700C172B1bd32
Octal2211771600142753331562
Binary10010001111111111100000110010111101011110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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