#888655

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

Shades of Bandicoot #888655

Tints of Bandicoot #888655

Color information

#888655 (or 0x888655) is unknown color: approx Bandicoot. HEX triplet: 88, 86 and 55. RGB value is (136,134,85). Sum of RGB (Red+Green+Blue) = 136+134+85=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #888655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888655 is #7779AA. Grayscale: #818181. Windows color (decimal): -7829931 or 5605000. OLE color: 5605000.

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

Color convert

RGB13613485-
CMYK00.010.380.47
HSL57.65º23.08%43.33%-
HSV(B)57.65º37.5%53.33%-
XYZ20.3222.9411.95-
YUV129.01103.16132.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=38.31%
G=37.75%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361348500.010.380.4757.6523.0843.33
Hex88865501262F3a172b
Octal210206125014657722753
Binary100010001000011010101010110011010111111101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888655; }

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

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

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

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

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

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

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

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