#927C6E

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

Shades of Squirrel #927C6E

Tints of Squirrel #927C6E

Color information

#927C6E (or 0x927C6E) is unknown color: approx Squirrel. HEX triplet: 92, 7C and 6E. RGB value is (146,124,110). Sum of RGB (Red+Green+Blue) = 146+124+110=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #927C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C6E is #6D8391. Grayscale: #818181. Windows color (decimal): -7177106 or 7240850. OLE color: 7240850.

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

Color convert

RGB146124110-
CMYK00.150.250.43
HSL23.33º14.17%50.2%-
HSV(B)23.33º24.66%57.25%-
XYZ21.8821.6517.78-
YUV128.98117.29140.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=38.42%
G=32.63%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612411000.150.250.4323.3314.1750.2
Hex927C6E0F192B17e32
Octal2221741560173153271662
Binary10010010111110011011100111111001101011101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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