#868263

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

Shades of Bandicoot #868263

Tints of Bandicoot #868263

Color information

#868263 (or 0x868263) is unknown color: approx Bandicoot. HEX triplet: 86, 82 and 63. RGB value is (134,130,99). Sum of RGB (Red+Green+Blue) = 134+130+99=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #868263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868263 is #797D9C. Grayscale: #7F7F7F. Windows color (decimal): -7962013 or 6521478. OLE color: 6521478.

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

Color convert

RGB13413099-
CMYK00.030.260.47
HSL53.14º15.02%45.69%-
HSV(B)53.14º26.12%52.55%-
XYZ20.0721.9314.98-
YUV127.66111.83132.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=36.91%
G=35.81%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341309900.030.260.4753.1415.0245.69
Hex868263031A2F35f2e
Octal206202143033257651756
Binary10000110100000101100011011110101011111101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868263; }

 p { color: rgb(134,130,99); }

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

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

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

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

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

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

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