#868660

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

Shades of Bandicoot #868660

Tints of Bandicoot #868660

Color information

#868660 (or 0x868660) is unknown color: approx Bandicoot. HEX triplet: 86, 86 and 60. RGB value is (134,134,96). Sum of RGB (Red+Green+Blue) = 134+134+96=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868660 is #79799F. Grayscale: #818181. Windows color (decimal): -7960992 or 6325894. OLE color: 6325894.

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

Color convert

RGB13413496-
CMYK000.280.47
HSL60º16.52%45.1%-
HSV(B)60º28.36%52.55%-
XYZ20.4722.9614.42-
YUV129.67109131.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=36.81%
G=36.81%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413496000.280.476016.5245.1
Hex868660001C2F3c112d
Octal206206140003457742155
Binary10000110100001101100000001110010111111110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868660; }

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

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

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

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

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

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

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

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