#828069

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

Shades of Bandicoot #828069

Tints of Bandicoot #828069

Color information

#828069 (or 0x828069) is unknown color: approx Bandicoot. HEX triplet: 82, 80 and 69. RGB value is (130,128,105). Sum of RGB (Red+Green+Blue) = 130+128+105=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #828069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828069 is #7D7F96. Grayscale: #7E7E7E. Windows color (decimal): -8224663 or 6914178. OLE color: 6914178.

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

Color convert

RGB130128105-
CMYK00.020.190.49
HSL55.2º10.64%46.08%-
HSV(B)55.2º19.23%50.98%-
XYZ19.4721.216.43-
YUV125.98116.16130.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=35.81%
G=35.26%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012810500.020.190.4955.210.6446.08
Hex82806902133137b2e
Octal202200151022361671356
Binary10000010100000001101001010100111100011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828069; }

 p { color: rgb(130,128,105); }

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

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

 a { background-color: rgb(130,128,105); }

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

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

 span { border-color: rgb(130,128,105); }

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