#8D7C6A

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

Shades of Squirrel #8D7C6A

Tints of Squirrel #8D7C6A

Color information

#8D7C6A (or 0x8D7C6A) is unknown color: approx Squirrel. HEX triplet: 8D, 7C and 6A. RGB value is (141,124,106). Sum of RGB (Red+Green+Blue) = 141+124+106=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7C6A is #728395. Grayscale: #7F7F7F. Windows color (decimal): -7504790 or 6978701. OLE color: 6978701.

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

Color convert

RGB141124106-
CMYK00.120.250.45
HSL30.86º14.17%48.43%-
HSV(B)30.86º24.82%55.29%-
XYZ20.7921.1216.62-
YUV127.03116.13137.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.01%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=38.01%
G=33.42%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112410600.120.250.4530.8614.1748.43
Hex8D7C6A0C192D1fe30
Octal2151741520143155371660
Binary10001101111110011010100110011001101101111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,124,106); }

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

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

 a { background-color: rgb(141,124,106); }

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

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

 span { border-color: rgb(141,124,106); }

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