#88866A

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

Shades of Bandicoot #88866A

Tints of Bandicoot #88866A

Color information

#88866A (or 0x88866A) is unknown color: approx Bandicoot. HEX triplet: 88, 86 and 6A. RGB value is (136,134,106). Sum of RGB (Red+Green+Blue) = 136+134+106=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88866A is #777995. Grayscale: #838383. Windows color (decimal): -7829910 or 6981256. OLE color: 6981256.

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

Color convert

RGB136134106-
CMYK00.010.220.47
HSL56º12.4%47.45%-
HSV(B)56º22.06%53.33%-
XYZ21.2823.3317.02-
YUV131.41113.66131.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=36.17%
G=35.64%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613410600.010.220.475612.447.45
Hex88866A01162F38c2f
Octal210206152012657701457
Binary1000100010000110110101001101101011111110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,134,106); }

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

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

 a { background-color: rgb(136,134,106); }

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

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

 span { border-color: rgb(136,134,106); }

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