#868371

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

Shades of Bandicoot #868371

Tints of Bandicoot #868371

Color information

#868371 (or 0x868371) is unknown color: approx Bandicoot. HEX triplet: 86, 83 and 71. RGB value is (134,131,113). Sum of RGB (Red+Green+Blue) = 134+131+113=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #868371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868371 is #797C8E. Grayscale: #818181. Windows color (decimal): -7961743 or 7439238. OLE color: 7439238.

HSL color Cylindrical-coordinate representation of color #868371: hue angle of 51.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #868371 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB134131113-
CMYK00.020.160.47
HSL51.43º8.5%48.43%-
HSV(B)51.43º15.67%52.55%-
XYZ20.9322.4918.86-
YUV129.84118.49130.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=35.45%
G=34.66%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413111300.020.160.4751.438.548.43
Hex86837102102F33930
Octal206203161022057631160
Binary10000110100000111110001010100001011111100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868371; }

 p { color: rgb(134,131,113); }

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

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

 a { background-color: rgb(134,131,113); }

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

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

 span { border-color: rgb(134,131,113); }

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