#868555

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

Shades of Bandicoot #868555

Tints of Bandicoot #868555

Color information

#868555 (or 0x868555) is unknown color: approx Bandicoot. HEX triplet: 86, 85 and 55. RGB value is (134,133,85). Sum of RGB (Red+Green+Blue) = 134+133+85=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #868555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868555 is #797AAA. Grayscale: #808080. Windows color (decimal): -7961259 or 5604742. OLE color: 5604742.

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

Color convert

RGB13413385-
CMYK00.010.370.47
HSL58.78º22.37%42.94%-
HSV(B)58.78º36.57%52.55%-
XYZ19.8622.511.89-
YUV127.83103.83132.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 85 (33.59% from 255) = 24.15%
R=38.07%
G=37.78%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341338500.010.370.4758.7822.3742.94
Hex86855501252F3b162b
Octal206205125014557732653
Binary100001101000010110101010110010110111111101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868555; }

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

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

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

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

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

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

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

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