#868463

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

Shades of Bandicoot #868463

Tints of Bandicoot #868463

Color information

#868463 (or 0x868463) is unknown color: approx Bandicoot. HEX triplet: 86, 84 and 63. RGB value is (134,132,99). Sum of RGB (Red+Green+Blue) = 134+132+99=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #868463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868463 is #797B9C. Grayscale: #808080. Windows color (decimal): -7961501 or 6521990. OLE color: 6521990.

HSL color Cylindrical-coordinate representation of color #868463: hue angle of 56.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #868463 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13413299-
CMYK00.010.260.47
HSL56.57º15.02%45.69%-
HSV(B)56.57º26.12%52.55%-
XYZ20.3322.4715.07-
YUV128.84111.16131.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=36.71%
G=36.16%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341329900.010.260.4756.5715.0245.69
Hex868463011A2F39f2e
Octal206204143013257711756
Binary1000011010000100110001101110101011111110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868463; }

 p { color: rgb(134,132,99); }

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

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

 a { background-color: rgb(134,132,99); }

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

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

 span { border-color: rgb(134,132,99); }

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