#8F8E5C

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

Shades of Bandicoot #8F8E5C

Tints of Bandicoot #8F8E5C

Color information

#8F8E5C (or 0x8F8E5C) is unknown color: approx Bandicoot. HEX triplet: 8F, 8E and 5C. RGB value is (143,142,92). Sum of RGB (Red+Green+Blue) = 143+142+92=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8E5C is #7071A3. Grayscale: #888888. Windows color (decimal): -7369124 or 6065807. OLE color: 6065807.

HSL color Cylindrical-coordinate representation of color #8F8E5C: hue angle of 58.82º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F8E5C is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB14314292-
CMYK00.010.360.44
HSL58.82º21.7%46.08%-
HSV(B)58.82º35.66%56.08%-
XYZ22.9325.9613.93-
YUV136.6102.83132.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=37.93%
G=37.67%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431429200.010.360.4458.8221.746.08
Hex8F8E5C01242C3b162e
Octal217216134014454732656
Binary100011111000111010111000110010010110011101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,142,92); }

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

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

 a { background-color: rgb(143,142,92); }

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

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

 span { border-color: rgb(143,142,92); }

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