Html Css Color HEX #808060 Bandicoot

📋 copy color: '#808060'

red 128 ◦ green 128 ◦ blue 96

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

Shades of Bandicoot #808060

Tints of Bandicoot #808060

RGB

 RED value IS 128 (50.39% from 255) = 36.36%

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

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

R = 36.36%
G = 36.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#808060 (or 0x808060) is known color: Bandicoot. HEX triplet: 80, 80 and 60. RGB value is (128,128,96). Sum of RGB (Red+Green+Blue) = 128+128+96=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808060 is #7F7F9F. Grayscale: #7C7C7C. Windows color (decimal): -8355744 or 6324352. OLE color: 6324352.

HSL color Cylindrical-coordinate representation of color #808060: hue angle of 60º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808060 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 128 96 -
CMYK 0 0 0.25 0.50
HSL 60º 0.14% 0.44% -
HSV(B) 60º 0.25% 0.5% -
XYZ 18.73 20.87 14.11 -
YUV 124.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 128 128 96 0 0 0.25 0.50 60 0.14 0.44
Hex 80 80 60 0 0 19 32 3C E 2C
Octal 200 200 140 0 0 31 62 74 16 54
Binary 10000000 10000000 1100000 0 0 11001 110010 111100 1110 101100

Color Harmonies of #808060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808060

Black with #808060

Text Example


Text Example

White with #808060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808060; }

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

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

background-color css

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

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

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

border-color css

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

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

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