Html Css Color HEX #88836A Bandicoot

📋 copy color: '#88836A'

red 136 ◦ green 131 ◦ blue 106

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

Shades of Bandicoot #88836A

Tints of Bandicoot #88836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 36.46%
G = 35.12%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#88836A (or 0x88836A) is known color: Bandicoot. HEX triplet: 88, 83 and 6A. RGB value is (136,131,106). Sum of RGB (Red+Green+Blue) = 136+131+106=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #88836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88836A is #777C95. Grayscale: #818181. Windows color (decimal): -7830678 or 6980488. OLE color: 6980488.

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

Color convert

RGB 136 131 106 -
CMYK 0 0.04 0.22 0.47
HSL 50º 0.12% 0.47% -
HSV(B) 50º 0.22% 0.53% -
XYZ 20.87 22.51 16.88 -
YUV 129.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 136 131 106 0 0.04 0.22 0.47 50 0.12 0.47
Hex 88 83 6A 0 4 16 2F 32 C 2F
Octal 210 203 152 0 4 26 57 62 14 57
Binary 10001000 10000011 1101010 0 100 10110 101111 110010 1100 101111

Color Harmonies of #88836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88836A

Black with #88836A

Text Example


Text Example

White with #88836A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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