#8B7E6D

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

Shades of Squirrel #8B7E6D

Tints of Squirrel #8B7E6D

Color information

#8B7E6D (or 0x8B7E6D) is unknown color: approx Squirrel. HEX triplet: 8B, 7E and 6D. RGB value is (139,126,109). Sum of RGB (Red+Green+Blue) = 139+126+109=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E6D is #748192. Grayscale: #808080. Windows color (decimal): -7635347 or 7175819. OLE color: 7175819.

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

Color convert

RGB139126109-
CMYK00.090.220.45
HSL34º12.1%48.63%-
HSV(B)34º21.58%54.51%-
XYZ20.8721.5117.52-
YUV127.95117.31135.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.17%
GREEN value IS 126 (49.61% from 255) = 33.69%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=37.17%
G=33.69%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912610900.090.220.453412.148.63
Hex8B7E6D09162D22c31
Octal2131761550112655421461
Binary100010111111110110110101001101101011011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,126,109); }

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

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

 a { background-color: rgb(139,126,109); }

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

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

 span { border-color: rgb(139,126,109); }

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