#8F8A66

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

Shades of Bandicoot #8F8A66

Tints of Bandicoot #8F8A66

Color information

#8F8A66 (or 0x8F8A66) is unknown color: approx Bandicoot. HEX triplet: 8F, 8A and 66. RGB value is (143,138,102). Sum of RGB (Red+Green+Blue) = 143+138+102=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8A66 is #707599. Grayscale: #878787. Windows color (decimal): -7370138 or 6720143. OLE color: 6720143.

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

Color convert

RGB143138102-
CMYK00.030.290.44
HSL52.68º16.73%48.04%-
HSV(B)52.68º28.67%56.08%-
XYZ22.8124.9816.19-
YUV135.39109.16133.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.34%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 102 (40.23% from 255) = 26.63%
R=37.34%
G=36.03%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313810200.030.290.4452.6816.7348.04
Hex8F8A66031D2C351130
Octal217212146033554652160
Binary100011111000101011001100111110110110011010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,138,102); }

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

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

 a { background-color: rgb(143,138,102); }

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

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

 span { border-color: rgb(143,138,102); }

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