#868460

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

Shades of Bandicoot #868460

Tints of Bandicoot #868460

Color information

#868460 (or 0x868460) is unknown color: approx Bandicoot. HEX triplet: 86, 84 and 60. RGB value is (134,132,96). Sum of RGB (Red+Green+Blue) = 134+132+96=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #868460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868460 is #797B9F. Grayscale: #808080. Windows color (decimal): -7961504 or 6325382. OLE color: 6325382.

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

Color convert

RGB13413296-
CMYK00.010.280.47
HSL56.84º16.52%45.1%-
HSV(B)56.84º28.36%52.55%-
XYZ20.1922.4214.33-
YUV128.49109.66131.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=37.02%
G=36.46%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341329600.010.280.4756.8416.5245.1
Hex868460011C2F39112d
Octal206204140013457712155
Binary10000110100001001100000011110010111111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868460; }

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

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

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

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

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

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

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

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