#8D7668

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

Shades of Squirrel #8D7668

Tints of Squirrel #8D7668

Color information

#8D7668 (or 0x8D7668) is unknown color: approx Squirrel. HEX triplet: 8D, 76 and 68. RGB value is (141,118,104). Sum of RGB (Red+Green+Blue) = 141+118+104=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7668 is #728997. Grayscale: #7B7B7B. Windows color (decimal): -7506328 or 6846093. OLE color: 6846093.

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

Color convert

RGB141118104-
CMYK00.160.260.45
HSL22.7º15.1%48.04%-
HSV(B)22.7º26.24%55.29%-
XYZ19.9619.6215.83-
YUV123.28117.12140.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=38.84%
G=32.51%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111810400.160.260.4522.715.148.04
Hex8D76680101A2D17f30
Octal2151661500203255271760
Binary100011011110110110100001000011010101101101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,104); }

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

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

 a { background-color: rgb(141,118,104); }

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

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

 span { border-color: rgb(141,118,104); }

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