#888661

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

Shades of Bandicoot #888661

Tints of Bandicoot #888661

Color information

#888661 (or 0x888661) is unknown color: approx Bandicoot. HEX triplet: 88, 86 and 61. RGB value is (136,134,97). Sum of RGB (Red+Green+Blue) = 136+134+97=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #888661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888661 is #77799E. Grayscale: #828282. Windows color (decimal): -7829919 or 6391432. OLE color: 6391432.

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

Color convert

RGB13613497-
CMYK00.010.290.47
HSL56.92º16.74%45.69%-
HSV(B)56.92º28.68%53.33%-
XYZ20.8423.1514.68-
YUV130.38109.16132.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=37.06%
G=36.51%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361349700.010.290.4756.9216.7445.69
Hex888661011D2F39112e
Octal210206141013557712156
Binary10001000100001101100001011110110111111100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888661; }

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

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

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

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

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

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

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

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