#81806A

Color #81806A Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #81806A

Tints of Bandicoot #81806A

Color information

#81806A (or 0x81806A) is unknown color: approx Bandicoot. HEX triplet: 81, 80 and 6A. RGB value is (129,128,106). Sum of RGB (Red+Green+Blue) = 129+128+106=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 129 - color contains mainly: red. Hex color #81806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81806A is #7E7F95. Grayscale: #7D7D7D. Windows color (decimal): -8290198 or 6979713. OLE color: 6979713.

HSL color Cylindrical-coordinate representation of color #81806A: hue angle of 57.39º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81806A is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB129128106-
CMYK00.010.180.49
HSL57.39º9.79%46.08%-
HSV(B)57.39º17.83%50.59%-
XYZ19.3721.1516.7-
YUV125.79116.83130.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=35.54%
G=35.26%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912810600.010.180.4957.399.7946.08
Hex81806A01123139a2e
Octal201200152012261711256
Binary1000000110000000110101001100101100011110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81806A; }

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

 H1.HeaderClassName
 {
   color: #81806A;
 }
 .AnyTagClassName
 {
   color: #81806A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #81806A;
 }
 .BgClassName
 {
   background-color: #81806A;
 }
</style>
border-color css

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

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

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