#8D7A66

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

Shades of Squirrel #8D7A66

Tints of Squirrel #8D7A66

Color information

#8D7A66 (or 0x8D7A66) is unknown color: approx Squirrel. HEX triplet: 8D, 7A and 66. RGB value is (141,122,102). Sum of RGB (Red+Green+Blue) = 141+122+102=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7A66 is #728599. Grayscale: #7D7D7D. Windows color (decimal): -7505306 or 6716045. OLE color: 6716045.

HSL color Cylindrical-coordinate representation of color #8D7A66: hue angle of 30.77º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D7A66 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB141122102-
CMYK00.130.280.45
HSL30.77º16.05%47.65%-
HSV(B)30.77º27.66%55.29%-
XYZ20.3420.5415.46-
YUV125.4114.79139.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.63%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=38.63%
G=33.42%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112210200.130.280.4530.7716.0547.65
Hex8D7A660D1C2D1f1030
Octal2151721460153455372060
Binary100011011111010110011001101111001011011111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D7A66; }

 p { color: rgb(141,122,102); }

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

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

 a { background-color: rgb(141,122,102); }

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

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

 span { border-color: rgb(141,122,102); }

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