Html Css Color HEX #828060 Bandicoot

📋 copy color: '#828060'

red 130 ◦ green 128 ◦ blue 96

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

Shades of Bandicoot #828060

Tints of Bandicoot #828060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 36.72%
G = 36.16%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#828060 (or 0x828060) is known color: Bandicoot. HEX triplet: 82, 80 and 60. RGB value is (130,128,96). Sum of RGB (Red+Green+Blue) = 130+128+96=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #828060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828060 is #7D7F9F. Grayscale: #7D7D7D. Windows color (decimal): -8224672 or 6324354. OLE color: 6324354.

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

Color convert

RGB 130 128 96 -
CMYK 0 0.02 0.26 0.49
HSL 56.47º 0.15% 0.44% -
HSV(B) 56.47º 0.26% 0.51% -
XYZ 19.04 21.03 14.12 -
YUV 124.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 130 128 96 0 0.02 0.26 0.49 56.47 0.15 0.44
Hex 82 80 60 0 2 1A 31 38 F 2C
Octal 202 200 140 0 2 32 61 70 17 54
Binary 10000010 10000000 1100000 0 10 11010 110001 111000 1111 101100

Color Harmonies of #828060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828060

Black with #828060

Text Example


Text Example

White with #828060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828060; }

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

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

background-color css

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

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

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

border-color css

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

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

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