#918271

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

Shades of Squirrel #918271

Tints of Squirrel #918271

Color information

#918271 (or 0x918271) is unknown color: approx Squirrel. HEX triplet: 91, 82 and 71. RGB value is (145,130,113). Sum of RGB (Red+Green+Blue) = 145+130+113=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #918271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918271 is #6E7D8E. Grayscale: #848484. Windows color (decimal): -7241103 or 7438993. OLE color: 7438993.

HSL color Cylindrical-coordinate representation of color #918271: hue angle of 31.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #918271 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB145130113-
CMYK00.100.220.43
HSL31.88º12.7%50.59%-
HSV(B)31.88º22.07%56.86%-
XYZ22.6423.1818.9-
YUV132.55116.97136.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=37.37%
G=33.51%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513011300.100.220.4331.8812.750.59
Hex9182710A162B20d33
Octal2212021610122653401563
Binary1001000110000010111000101010101101010111000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918271; }

 p { color: rgb(145,130,113); }

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

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

 a { background-color: rgb(145,130,113); }

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

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

 span { border-color: rgb(145,130,113); }

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