#947E65

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

Shades of Squirrel #947E65

Tints of Squirrel #947E65

Color information

#947E65 (or 0x947E65) is unknown color: approx Squirrel. HEX triplet: 94, 7E and 65. RGB value is (148,126,101). Sum of RGB (Red+Green+Blue) = 148+126+101=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #947E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E65 is #6B819A. Grayscale: #818181. Windows color (decimal): -7045531 or 6651540. OLE color: 6651540.

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

Color convert

RGB148126101-
CMYK00.150.320.42
HSL31.91º18.88%48.82%-
HSV(B)31.91º31.76%58.04%-
XYZ22.0222.1615.43-
YUV129.73111.79141.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=39.47%
G=33.6%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812610100.150.320.4231.9118.8848.82
Hex947E650F202A201331
Octal2241761450174052402361
Binary10010100111111011001010111110000010101010000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,126,101); }

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

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

 a { background-color: rgb(148,126,101); }

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

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

 span { border-color: rgb(148,126,101); }

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