#838166

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

Shades of Bandicoot #838166

Tints of Bandicoot #838166

Color information

#838166 (or 0x838166) is unknown color: approx Bandicoot. HEX triplet: 83, 81 and 66. RGB value is (131,129,102). Sum of RGB (Red+Green+Blue) = 131+129+102=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 131 - color contains mainly: red. Hex color #838166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838166 is #7C7E99. Grayscale: #7E7E7E. Windows color (decimal): -8158874 or 6717827. OLE color: 6717827.

HSL color Cylindrical-coordinate representation of color #838166: hue angle of 55.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #838166 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB131129102-
CMYK00.020.220.49
HSL55.86º12.45%45.69%-
HSV(B)55.86º22.14%51.37%-
XYZ19.6121.4915.68-
YUV126.52114.16131.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 102 (40.23% from 255) = 28.18%
R=36.19%
G=35.64%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112910200.020.220.4955.8612.4545.69
Hex83816602163138c2e
Octal203201146022661701456
Binary10000011100000011100110010101101100011110001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838166; }

 p { color: rgb(131,129,102); }

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

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

 a { background-color: rgb(131,129,102); }

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

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

 span { border-color: rgb(131,129,102); }

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