#868361

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

Shades of Bandicoot #868361

Tints of Bandicoot #868361

Color information

#868361 (or 0x868361) is unknown color: approx Bandicoot. HEX triplet: 86, 83 and 61. RGB value is (134,131,97). Sum of RGB (Red+Green+Blue) = 134+131+97=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #868361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868361 is #797C9E. Grayscale: #808080. Windows color (decimal): -7961759 or 6390662. OLE color: 6390662.

HSL color Cylindrical-coordinate representation of color #868361: hue angle of 55.14º degrees, saturation: 0.16, 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 #868361 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13413197-
CMYK00.020.280.47
HSL55.14º16.02%45.29%-
HSV(B)55.14º27.61%52.55%-
XYZ20.1122.1614.53-
YUV128.02110.49132.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=37.02%
G=36.19%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341319700.020.280.4755.1416.0245.29
Hex868361021C2F37102d
Octal206203141023457672055
Binary100001101000001111000010101110010111111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868361; }

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

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

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

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

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

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

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

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