#888566

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

Shades of Bandicoot #888566

Tints of Bandicoot #888566

Color information

#888566 (or 0x888566) is unknown color: approx Bandicoot. HEX triplet: 88, 85 and 66. RGB value is (136,133,102). Sum of RGB (Red+Green+Blue) = 136+133+102=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #888566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888566 is #777A99. Grayscale: #828282. Windows color (decimal): -7830170 or 6718856. OLE color: 6718856.

HSL color Cylindrical-coordinate representation of color #888566: hue angle of 54.71º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #888566 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB136133102-
CMYK00.020.250.47
HSL54.71º14.29%46.67%-
HSV(B)54.71º25%53.33%-
XYZ20.9422.9715.9-
YUV130.36111.99132.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=36.66%
G=35.85%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613310200.020.250.4754.7114.2946.67
Hex88856602192F37e2f
Octal210205146023157671657
Binary10001000100001011100110010110011011111101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888566; }

 p { color: rgb(136,133,102); }

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

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

 a { background-color: rgb(136,133,102); }

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

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

 span { border-color: rgb(136,133,102); }

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