#947C6C

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

Shades of Squirrel #947C6C

Tints of Squirrel #947C6C

Color information

#947C6C (or 0x947C6C) is unknown color: approx Squirrel. HEX triplet: 94, 7C and 6C. RGB value is (148,124,108). Sum of RGB (Red+Green+Blue) = 148+124+108=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #947C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C6C is #6B8393. Grayscale: #818181. Windows color (decimal): -7046036 or 7109780. OLE color: 7109780.

HSL color Cylindrical-coordinate representation of color #947C6C: hue angle of 24º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #947C6C is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB148124108-
CMYK00.160.270.42
HSL24º15.75%50.2%-
HSV(B)24º27.03%58.04%-
XYZ22.1321.7917.23-
YUV129.35115.95141.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=38.95%
G=32.63%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812410800.160.270.422415.7550.2
Hex947C6C0101B2A181032
Octal2241741540203352302062
Binary1001010011111001101100010000110111010101100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947C6C; }

 p { color: rgb(148,124,108); }

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

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

 a { background-color: rgb(148,124,108); }

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

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

 span { border-color: rgb(148,124,108); }

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