Html Css Color HEX #808165 Bandicoot

📋 copy color: '#808165'

red 128 ◦ green 129 ◦ blue 101

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

Shades of Bandicoot #808165

Tints of Bandicoot #808165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.21%

R = 35.75%
G = 36.03%
B = 28.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#808165 (or 0x808165) is known color: Bandicoot. HEX triplet: 80, 81 and 65. RGB value is (128,129,101). Sum of RGB (Red+Green+Blue) = 128+129+101=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 129 - color contains mainly: green. Hex color #808165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808165 is #7F7E9A. Grayscale: #7D7D7D. Windows color (decimal): -8355483 or 6652288. OLE color: 6652288.

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

Color convert

RGB 128 129 101 -
CMYK 0.01 0 0.22 0.49
HSL 62.14º 0.12% 0.45% -
HSV(B) 62.14º 0.22% 0.51% -
XYZ 19.1 21.23 15.4 -
YUV 125.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 128 129 101 0.01 0 0.22 0.49 62.14 0.12 0.45
Hex 80 81 65 1 0 16 31 3E C 2D
Octal 200 201 145 1 0 26 61 76 14 55
Binary 10000000 10000001 1100101 1 0 10110 110001 111110 1100 101101

Color Harmonies of #808165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808165

Black with #808165

Text Example


Text Example

White with #808165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808165; }

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

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

background-color css

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

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

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

border-color css

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

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

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