#868563

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

Shades of Bandicoot #868563

Tints of Bandicoot #868563

Color information

#868563 (or 0x868563) is unknown color: approx Bandicoot. HEX triplet: 86, 85 and 63. RGB value is (134,133,99). Sum of RGB (Red+Green+Blue) = 134+133+99=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #868563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868563 is #797A9C. Grayscale: #818181. Windows color (decimal): -7961245 or 6522246. OLE color: 6522246.

HSL color Cylindrical-coordinate representation of color #868563: hue angle of 58.29º 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 #868563 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13413399-
CMYK00.010.260.47
HSL58.29º15.02%45.69%-
HSV(B)58.29º26.12%52.55%-
XYZ20.4722.7415.12-
YUV129.42110.83131.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=36.61%
G=36.34%
B=27.05%

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
Decimal1341339900.010.260.4758.2915.0245.69
Hex868563011A2F3af2e
Octal206205143013257721756
Binary1000011010000101110001101110101011111110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868563; }

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

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

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

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

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

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

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

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