#927C63

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

Shades of Squirrel #927C63

Tints of Squirrel #927C63

Color information

#927C63 (or 0x927C63) is unknown color: approx Squirrel. HEX triplet: 92, 7C and 63. RGB value is (146,124,99). Sum of RGB (Red+Green+Blue) = 146+124+99=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #927C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C63 is #6D839C. Grayscale: #7F7F7F. Windows color (decimal): -7177117 or 6519954. OLE color: 6519954.

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

Color convert

RGB14612499-
CMYK00.150.320.43
HSL31.91º19.18%48.04%-
HSV(B)31.91º32.19%57.25%-
XYZ21.3121.4314.82-
YUV127.73111.79141.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=39.57%
G=33.60%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461249900.150.320.4331.9119.1848.04
Hex927C630F202B201330
Octal2221741430174053402360
Binary10010010111110011000110111110000010101110000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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