Html Css Color HEX #828064 Bandicoot

📋 copy color: '#828064'

red 130 ◦ green 128 ◦ blue 100

#828064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bandicoot #828064

Tints of Bandicoot #828064

RGB

 RED value IS 130 (51.17% from 255) = 36.31%

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 36.31%
G = 35.75%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#828064 (or 0x828064) is known color: Bandicoot. HEX triplet: 82, 80 and 64. RGB value is (130,128,100). Sum of RGB (Red+Green+Blue) = 130+128+100=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #828064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828064 is #7D7F9B. Grayscale: #7D7D7D. Windows color (decimal): -8224668 or 6586498. OLE color: 6586498.

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

Color convert

RGB 130 128 100 -
CMYK 0 0.02 0.23 0.49
HSL 56º 0.13% 0.45% -
HSV(B) 56º 0.23% 0.51% -
XYZ 19.23 21.1 15.12 -
YUV 125.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 130 128 100 0 0.02 0.23 0.49 56 0.13 0.45
Hex 82 80 64 0 2 17 31 38 D 2D
Octal 202 200 144 0 2 27 61 70 15 55
Binary 10000010 10000000 1100100 0 10 10111 110001 111000 1101 101101

Color Harmonies of #828064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828064

Black with #828064

Text Example


Text Example

White with #828064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828064; }

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

 H1.HeaderClassName
 {
   color: #828064;
 }
 .AnyTagClassName
 {
   color: #828064;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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