#947D69

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

Shades of Squirrel #947D69

Tints of Squirrel #947D69

Color information

#947D69 (or 0x947D69) is unknown color: approx Squirrel. HEX triplet: 94, 7D and 69. RGB value is (148,125,105). Sum of RGB (Red+Green+Blue) = 148+125+105=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #947D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D69 is #6B8296. Grayscale: #818181. Windows color (decimal): -7045783 or 6913428. OLE color: 6913428.

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

Color convert

RGB148125105-
CMYK00.160.290.42
HSL27.91º17%49.61%-
HSV(B)27.91º29.05%58.04%-
XYZ22.121.9816.44-
YUV129.6114.12141.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=39.15%
G=33.07%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812510500.160.290.4227.911749.61
Hex947D690101D2A1c1132
Octal2241751510203552342162
Binary1001010011111011101001010000111011010101110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,125,105); }

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

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

 a { background-color: rgb(148,125,105); }

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

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

 span { border-color: rgb(148,125,105); }

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