#947B68

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

Shades of Squirrel #947B68

Tints of Squirrel #947B68

Color information

#947B68 (or 0x947B68) is unknown color: approx Squirrel. HEX triplet: 94, 7B and 68. RGB value is (148,123,104). Sum of RGB (Red+Green+Blue) = 148+123+104=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #947B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B68 is #6B8497. Grayscale: #808080. Windows color (decimal): -7046296 or 6847380. OLE color: 6847380.

HSL color Cylindrical-coordinate representation of color #947B68: hue angle of 25.91º 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 #947B68 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB148123104-
CMYK00.170.300.42
HSL25.91º17.46%49.41%-
HSV(B)25.91º29.73%58.04%-
XYZ21.7921.4616.09-
YUV128.31114.28142.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=39.47%
G=32.8%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812310400.170.300.4225.9117.4649.41
Hex947B680111E2A1a1131
Octal2241731500213652322161
Binary1001010011110111101000010001111101010101101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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