#8B7E6C

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

Shades of Squirrel #8B7E6C

Tints of Squirrel #8B7E6C

Color information

#8B7E6C (or 0x8B7E6C) is unknown color: approx Squirrel. HEX triplet: 8B, 7E and 6C. RGB value is (139,126,108). Sum of RGB (Red+Green+Blue) = 139+126+108=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E6C is #748193. Grayscale: #7F7F7F. Windows color (decimal): -7635348 or 7110283. OLE color: 7110283.

HSL color Cylindrical-coordinate representation of color #8B7E6C: hue angle of 34.84º 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 #8B7E6C is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB139126108-
CMYK00.090.220.45
HSL34.84º12.55%48.43%-
HSV(B)34.84º22.3%54.51%-
XYZ20.8221.4917.24-
YUV127.84116.81135.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=37.27%
G=33.78%
B=28.95%

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
Decimal13912610800.090.220.4534.8412.5548.43
Hex8B7E6C09162D23d30
Octal2131761540112655431560
Binary100010111111110110110001001101101011011000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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