#868162

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

Shades of Bandicoot #868162

Tints of Bandicoot #868162

Color information

#868162 (or 0x868162) is unknown color: approx Bandicoot. HEX triplet: 86, 81 and 62. RGB value is (134,129,98). Sum of RGB (Red+Green+Blue) = 134+129+98=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #868162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868162 is #797E9D. Grayscale: #7F7F7F. Windows color (decimal): -7962270 or 6455686. OLE color: 6455686.

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

Color convert

RGB13412998-
CMYK00.040.270.47
HSL51.67º15.52%45.49%-
HSV(B)51.67º26.87%52.55%-
XYZ19.8921.6514.69-
YUV126.96111.66133.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=37.12%
G=35.73%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341299800.040.270.4751.6715.5245.49
Hex868162041B2F34102d
Octal206201142043357642055
Binary1000011010000001110001001001101110111111010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868162; }

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

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

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

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

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

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

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

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