#868163

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

Shades of Bandicoot #868163

Tints of Bandicoot #868163

Color information

#868163 (or 0x868163) is unknown color: approx Bandicoot. HEX triplet: 86, 81 and 63. RGB value is (134,129,99). Sum of RGB (Red+Green+Blue) = 134+129+99=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #868163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868163 is #797E9C. Grayscale: #7F7F7F. Windows color (decimal): -7962269 or 6521222. OLE color: 6521222.

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

Color convert

RGB13412999-
CMYK00.040.260.47
HSL51.43º15.02%45.69%-
HSV(B)51.43º26.12%52.55%-
XYZ19.9321.6714.94-
YUV127.07112.16132.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 99 (39.06% from 255) = 27.35%
R=37.02%
G=35.64%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341299900.040.260.4751.4315.0245.69
Hex868163041A2F33f2e
Octal206201143043257631756
Binary100001101000000111000110100110101011111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868163; }

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

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

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

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

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

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

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

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