#927E6C

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

Shades of Squirrel #927E6C

Tints of Squirrel #927E6C

Color information

#927E6C (or 0x927E6C) is unknown color: approx Squirrel. HEX triplet: 92, 7E and 6C. RGB value is (146,126,108). Sum of RGB (Red+Green+Blue) = 146+126+108=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #927E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E6C is #6D8193. Grayscale: #828282. Windows color (decimal): -7176596 or 7110290. OLE color: 7110290.

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

Color convert

RGB146126108-
CMYK00.140.260.43
HSL28.42º14.96%49.8%-
HSV(B)28.42º26.03%57.25%-
XYZ22.0222.1217.3-
YUV129.93115.63139.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=38.42%
G=33.16%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612610800.140.260.4328.4214.9649.8
Hex927E6C0E1A2B1cf32
Octal2221761540163253341762
Binary10010010111111011011000111011010101011111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927E6C; }

 p { color: rgb(146,126,108); }

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

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

 a { background-color: rgb(146,126,108); }

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

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

 span { border-color: rgb(146,126,108); }

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