#8F7D6A

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

Shades of Squirrel #8F7D6A

Tints of Squirrel #8F7D6A

Color information

#8F7D6A (or 0x8F7D6A) is unknown color: approx Squirrel. HEX triplet: 8F, 7D and 6A. RGB value is (143,125,106). Sum of RGB (Red+Green+Blue) = 143+125+106=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7D6A is #708295. Grayscale: #808080. Windows color (decimal): -7373462 or 6978959. OLE color: 6978959.

HSL color Cylindrical-coordinate representation of color #8F7D6A: hue angle of 30.81º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F7D6A is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB143125106-
CMYK00.130.260.44
HSL30.81º14.86%48.82%-
HSV(B)30.81º25.87%56.08%-
XYZ21.2621.5516.67-
YUV128.22115.46138.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.24%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=38.24%
G=33.42%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312510600.130.260.4430.8114.8648.82
Hex8F7D6A0D1A2C1ff31
Octal2171751520153254371761
Binary10001111111110111010100110111010101100111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,125,106); }

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

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

 a { background-color: rgb(143,125,106); }

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

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

 span { border-color: rgb(143,125,106); }

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