#868556

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

Shades of Bandicoot #868556

Tints of Bandicoot #868556

Color information

#868556 (or 0x868556) is unknown color: approx Bandicoot. HEX triplet: 86, 85 and 56. RGB value is (134,133,86). Sum of RGB (Red+Green+Blue) = 134+133+86=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #868556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868556 is #797AA9. Grayscale: #808080. Windows color (decimal): -7961258 or 5670278. OLE color: 5670278.

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

Color convert

RGB13413386-
CMYK00.010.360.47
HSL58.75º21.82%43.14%-
HSV(B)58.75º35.82%52.55%-
XYZ19.922.5212.1-
YUV127.94104.33132.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=37.96%
G=37.68%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341338600.010.360.4758.7521.8243.14
Hex86855601242F3b162b
Octal206205126014457732653
Binary100001101000010110101100110010010111111101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868556; }

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

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

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

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

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

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

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

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