Html Css Color HEX #88866A Bandicoot

📋 copy color: '#88866A'

red 136 ◦ green 134 ◦ blue 106

#88866A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bandicoot #88866A

Tints of Bandicoot #88866A

RGB

 RED value IS 136 (53.52% from 255) = 36.17%

 GREEN value IS 134 (52.73% from 255) = 35.64%

 BLUE value IS 106 (41.8% from 255) = 28.19%

R = 36.17%
G = 35.64%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#88866A (or 0x88866A) is known color: Bandicoot. HEX triplet: 88, 86 and 6A. RGB value is (136,134,106). Sum of RGB (Red+Green+Blue) = 136+134+106=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88866A is #777995. Grayscale: #838383. Windows color (decimal): -7829910 or 6981256. OLE color: 6981256.

HSL color Cylindrical-coordinate representation of color #88866A: hue angle of 56º 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 #88866A is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 134 106 -
CMYK 0 0.01 0.22 0.47
HSL 56º 0.12% 0.47% -
HSV(B) 56º 0.22% 0.53% -
XYZ 21.28 23.33 17.02 -
YUV 131.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 136 134 106 0 0.01 0.22 0.47 56 0.12 0.47
Hex 88 86 6A 0 1 16 2F 38 C 2F
Octal 210 206 152 0 1 26 57 70 14 57
Binary 10001000 10000110 1101010 0 1 10110 101111 111000 1100 101111

Color Harmonies of #88866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88866A

Black with #88866A

Text Example


Text Example

White with #88866A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88866A;
 }
 .AnyTagClassName
 {
   color: #88866A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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