#8B7C6C

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

Shades of Squirrel #8B7C6C

Tints of Squirrel #8B7C6C

Color information

#8B7C6C (or 0x8B7C6C) is unknown color: approx Squirrel. HEX triplet: 8B, 7C and 6C. RGB value is (139,124,108). Sum of RGB (Red+Green+Blue) = 139+124+108=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C6C is #748393. Grayscale: #7E7E7E. Windows color (decimal): -7635860 or 7109771. OLE color: 7109771.

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

Color convert

RGB139124108-
CMYK00.110.220.45
HSL30.97º12.55%48.43%-
HSV(B)30.97º22.3%54.51%-
XYZ20.5620.9917.15-
YUV126.66117.47136.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=37.47%
G=33.42%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912410800.110.220.4530.9712.5548.43
Hex8B7C6C0B162D1fd30
Octal2131741540132655371560
Binary10001011111110011011000101110110101101111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,124,108); }

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

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

 a { background-color: rgb(139,124,108); }

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

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

 span { border-color: rgb(139,124,108); }

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