#947968

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

Shades of Squirrel #947968

Tints of Squirrel #947968

Color information

#947968 (or 0x947968) is unknown color: approx Squirrel. HEX triplet: 94, 79 and 68. RGB value is (148,121,104). Sum of RGB (Red+Green+Blue) = 148+121+104=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #947968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947968 is #6B8697. Grayscale: #7F7F7F. Windows color (decimal): -7046808 or 6846868. OLE color: 6846868.

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

Color convert

RGB148121104-
CMYK00.180.300.42
HSL23.18º17.46%49.41%-
HSV(B)23.18º29.73%58.04%-
XYZ21.5520.9716.01-
YUV127.14114.95142.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=39.68%
G=32.44%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812110400.180.300.4223.1817.4649.41
Hex9479680121E2A171131
Octal2241711500223652272161
Binary1001010011110011101000010010111101010101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947968; }

 p { color: rgb(148,121,104); }

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

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

 a { background-color: rgb(148,121,104); }

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

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

 span { border-color: rgb(148,121,104); }

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