Html Css Color HEX #808163 Bandicoot

📋 copy color: '#808163'

red 128 ◦ green 129 ◦ blue 99

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

Shades of Bandicoot #808163

Tints of Bandicoot #808163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 99 (39.06% from 255) = 27.81%

R = 35.96%
G = 36.24%
B = 27.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#808163 (or 0x808163) is known color: Bandicoot. HEX triplet: 80, 81 and 63. RGB value is (128,129,99). Sum of RGB (Red+Green+Blue) = 128+129+99=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #808163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808163 is #7F7E9C. Grayscale: #7D7D7D. Windows color (decimal): -8355485 or 6521216. OLE color: 6521216.

HSL color Cylindrical-coordinate representation of color #808163: hue angle of 62º 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 #808163 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 129 99 -
CMYK 0.01 0 0.23 0.49
HSL 62º 0.13% 0.45% -
HSV(B) 62º 0.23% 0.51% -
XYZ 19 21.19 14.89 -
YUV 125.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 128 129 99 0.01 0 0.23 0.49 62 0.13 0.45
Hex 80 81 63 1 0 17 31 3E D 2D
Octal 200 201 143 1 0 27 61 76 15 55
Binary 10000000 10000001 1100011 1 0 10111 110001 111110 1101 101101

Color Harmonies of #808163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808163

Black with #808163

Text Example


Text Example

White with #808163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808163; }

 p { color: rgb(128,129,99); }

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

background-color css

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

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

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

border-color css

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

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

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