#8F7E68

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

Shades of Squirrel #8F7E68

Tints of Squirrel #8F7E68

Color information

#8F7E68 (or 0x8F7E68) is unknown color: approx Squirrel. HEX triplet: 8F, 7E and 68. RGB value is (143,126,104). Sum of RGB (Red+Green+Blue) = 143+126+104=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7E68 is #708197. Grayscale: #808080. Windows color (decimal): -7373208 or 6848143. OLE color: 6848143.

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

Color convert

RGB143126104-
CMYK00.120.270.44
HSL33.85º15.79%48.43%-
HSV(B)33.85º27.27%56.08%-
XYZ21.2921.7616.18-
YUV128.57114.13138.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.34%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=38.34%
G=33.78%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312610400.120.270.4433.8515.7948.43
Hex8F7E680C1B2C221030
Octal2171761500143354422060
Binary1000111111111101101000011001101110110010001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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