#88846A

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

Shades of Bandicoot #88846A

Tints of Bandicoot #88846A

Color information

#88846A (or 0x88846A) is unknown color: approx Bandicoot. HEX triplet: 88, 84 and 6A. RGB value is (136,132,106). Sum of RGB (Red+Green+Blue) = 136+132+106=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #88846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88846A is #777B95. Grayscale: #828282. Windows color (decimal): -7830422 or 6980744. OLE color: 6980744.

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

Color convert

RGB136132106-
CMYK00.030.220.47
HSL52º12.4%47.45%-
HSV(B)52º22.06%53.33%-
XYZ21.0122.7816.93-
YUV130.23114.33132.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=36.36%
G=35.29%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613210600.030.220.475212.447.45
Hex88846A03162F34c2f
Octal210204152032657641457
Binary10001000100001001101010011101101011111101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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