#888461

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

Shades of Bandicoot #888461

Tints of Bandicoot #888461

Color information

#888461 (or 0x888461) is unknown color: approx Bandicoot. HEX triplet: 88, 84 and 61. RGB value is (136,132,97). Sum of RGB (Red+Green+Blue) = 136+132+97=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #888461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888461 is #777B9E. Grayscale: #818181. Windows color (decimal): -7830431 or 6390920. OLE color: 6390920.

HSL color Cylindrical-coordinate representation of color #888461: hue angle of 53.85º 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 #888461 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13613297-
CMYK00.030.290.47
HSL53.85º16.74%45.69%-
HSV(B)53.85º28.68%53.33%-
XYZ20.5622.614.59-
YUV129.21109.83132.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=37.26%
G=36.16%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361329700.030.290.4753.8516.7445.69
Hex888461031D2F36112e
Octal210204141033557662156
Binary100010001000010011000010111110110111111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888461; }

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

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

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

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

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

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

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

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