#947B66

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

Shades of Squirrel #947B66

Tints of Squirrel #947B66

Color information

#947B66 (or 0x947B66) is unknown color: approx Squirrel. HEX triplet: 94, 7B and 66. RGB value is (148,123,102). Sum of RGB (Red+Green+Blue) = 148+123+102=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #947B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B66 is #6B8499. Grayscale: #808080. Windows color (decimal): -7046298 or 6716308. OLE color: 6716308.

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

Color convert

RGB148123102-
CMYK00.170.310.42
HSL27.39º18.4%49.02%-
HSV(B)27.39º31.08%58.04%-
XYZ21.6921.4215.56-
YUV128.08113.28142.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 123 (48.44% from 255) = 32.98%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=39.68%
G=32.98%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812310200.170.310.4227.3918.449.02
Hex947B660111F2A1b1231
Octal2241731460213752332261
Binary1001010011110111100110010001111111010101101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,102); }

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

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

 a { background-color: rgb(148,123,102); }

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

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

 span { border-color: rgb(148,123,102); }

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