#868160

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

Shades of Bandicoot #868160

Tints of Bandicoot #868160

Color information

#868160 (or 0x868160) is unknown color: approx Bandicoot. HEX triplet: 86, 81 and 60. RGB value is (134,129,96). Sum of RGB (Red+Green+Blue) = 134+129+96=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #868160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868160 is #797E9F. Grayscale: #7E7E7E. Windows color (decimal): -7962272 or 6324614. OLE color: 6324614.

HSL color Cylindrical-coordinate representation of color #868160: hue angle of 52.11º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #868160 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13412996-
CMYK00.040.280.47
HSL52.11º16.52%45.1%-
HSV(B)52.11º28.36%52.55%-
XYZ19.7921.6114.19-
YUV126.73110.66133.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=37.33%
G=35.93%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341299600.040.280.4752.1116.5245.1
Hex868160041C2F34112d
Octal206201140043457642155
Binary1000011010000001110000001001110010111111010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868160; }

 p { color: rgb(134,129,96); }

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

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

 a { background-color: rgb(134,129,96); }

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

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

 span { border-color: rgb(134,129,96); }

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