#868459

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

Shades of Bandicoot #868459

Tints of Bandicoot #868459

Color information

#868459 (or 0x868459) is unknown color: approx Bandicoot. HEX triplet: 86, 84 and 59. RGB value is (134,132,89). Sum of RGB (Red+Green+Blue) = 134+132+89=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #868459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868459 is #797BA6. Grayscale: #7F7F7F. Windows color (decimal): -7961511 or 5866630. OLE color: 5866630.

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

Color convert

RGB13413289-
CMYK00.010.340.47
HSL57.33º20.18%43.73%-
HSV(B)57.33º33.58%52.55%-
XYZ19.8922.2912.71-
YUV127.7106.16132.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=37.75%
G=37.18%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341328900.010.340.4757.3320.1843.73
Hex86845901222F39142c
Octal206204131014257712454
Binary100001101000010010110010110001010111111100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868459; }

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

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

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

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

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

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

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

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