#8F7E6E

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

Shades of Squirrel #8F7E6E

Tints of Squirrel #8F7E6E

Color information

#8F7E6E (or 0x8F7E6E) is unknown color: approx Squirrel. HEX triplet: 8F, 7E and 6E. RGB value is (143,126,110). Sum of RGB (Red+Green+Blue) = 143+126+110=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7E6E is #708191. Grayscale: #818181. Windows color (decimal): -7373202 or 7241359. OLE color: 7241359.

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

Color convert

RGB143126110-
CMYK00.120.230.44
HSL29.09º13.04%49.61%-
HSV(B)29.09º23.08%56.08%-
XYZ21.621.8917.84-
YUV129.26117.13137.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.73%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=37.73%
G=33.25%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312611000.120.230.4429.0913.0449.61
Hex8F7E6E0C172C1dd32
Octal2171761560142754351562
Binary10001111111111011011100110010111101100111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,126,110); }

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

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

 a { background-color: rgb(143,126,110); }

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

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

 span { border-color: rgb(143,126,110); }

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