#8A876E

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

Shades of Bandicoot #8A876E

Tints of Bandicoot #8A876E

Color information

#8A876E (or 0x8A876E) is unknown color: approx Bandicoot. HEX triplet: 8A, 87 and 6E. RGB value is (138,135,110). Sum of RGB (Red+Green+Blue) = 138+135+110=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A876E is #757891. Grayscale: #858585. Windows color (decimal): -7698578 or 7243658. OLE color: 7243658.

HSL color Cylindrical-coordinate representation of color #8A876E: hue angle of 53.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A876E is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB138135110-
CMYK00.020.200.46
HSL53.57º11.29%48.63%-
HSV(B)53.57º20.29%54.12%-
XYZ21.9623.8618.2-
YUV133.05114.99131.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=36.03%
G=35.25%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813511000.020.200.4653.5711.2948.63
Hex8A876E02142E36b31
Octal212207156022456661361
Binary10001010100001111101110010101001011101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,135,110); }

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

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

 a { background-color: rgb(138,135,110); }

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

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

 span { border-color: rgb(138,135,110); }

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