#828168

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

Shades of Bandicoot #828168

Tints of Bandicoot #828168

Color information

#828168 (or 0x828168) is unknown color: approx Bandicoot. HEX triplet: 82, 81 and 68. RGB value is (130,129,104). Sum of RGB (Red+Green+Blue) = 130+129+104=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #828168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828168 is #7D7E97. Grayscale: #7E7E7E. Windows color (decimal): -8224408 or 6848898. OLE color: 6848898.

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

Color convert

RGB130129104-
CMYK00.010.20.49
HSL57.69º11.11%45.88%-
HSV(B)57.69º20%50.98%-
XYZ19.5521.4516.21-
YUV126.45115.33130.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=35.81%
G=35.54%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012910400.010.20.4957.6911.1145.88
Hex8281680114313ab2e
Octal202201150012461721356
Binary1000001010000001110100001101001100011110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828168; }

 p { color: rgb(130,129,104); }

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

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

 a { background-color: rgb(130,129,104); }

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

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

 span { border-color: rgb(130,129,104); }

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