#868466

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

Shades of Bandicoot #868466

Tints of Bandicoot #868466

Color information

#868466 (or 0x868466) is unknown color: approx Bandicoot. HEX triplet: 86, 84 and 66. RGB value is (134,132,102). Sum of RGB (Red+Green+Blue) = 134+132+102=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #868466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868466 is #797B99. Grayscale: #818181. Windows color (decimal): -7961498 or 6718598. OLE color: 6718598.

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

Color convert

RGB134132102-
CMYK00.010.240.47
HSL56.25º13.56%46.27%-
HSV(B)56.25º23.88%52.55%-
XYZ20.4822.5315.84-
YUV129.18112.66131.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 102 (40.23% from 255) = 27.72%
R=36.41%
G=35.87%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413210200.010.240.4756.2513.5646.27
Hex86846601182F38e2e
Octal206204146013057701656
Binary1000011010000100110011001110001011111110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868466; }

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

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

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

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

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

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

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

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