#88846E

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

Shades of Bandicoot #88846E

Tints of Bandicoot #88846E

Color information

#88846E (or 0x88846E) is unknown color: approx Bandicoot. HEX triplet: 88, 84 and 6E. RGB value is (136,132,110). Sum of RGB (Red+Green+Blue) = 136+132+110=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #88846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88846E is #777B91. Grayscale: #828282. Windows color (decimal): -7830418 or 7242888. OLE color: 7242888.

HSL color Cylindrical-coordinate representation of color #88846E: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88846E is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB136132110-
CMYK00.030.190.47
HSL50.77º10.57%48.24%-
HSV(B)50.77º19.12%53.33%-
XYZ21.2222.8618.05-
YUV130.69116.33131.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=35.98%
G=34.92%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613211000.030.190.4750.7710.5748.24
Hex88846E03132F33b30
Octal210204156032357631360
Binary10001000100001001101110011100111011111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88846E; }

 p { color: rgb(136,132,110); }

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

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

 a { background-color: rgb(136,132,110); }

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

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

 span { border-color: rgb(136,132,110); }

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