Html Css Color HEX #86836A Bandicoot

📋 copy color: '#86836A'

red 134 ◦ green 131 ◦ blue 106

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

Shades of Bandicoot #86836A

Tints of Bandicoot #86836A

RGB

 RED value IS 134 (52.73% from 255) = 36.12%

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

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

R = 36.12%
G = 35.31%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#86836A (or 0x86836A) is known color: Bandicoot. HEX triplet: 86, 83 and 6A. RGB value is (134,131,106). Sum of RGB (Red+Green+Blue) = 134+131+106=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #86836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86836A is #797C95. Grayscale: #818181. Windows color (decimal): -7961750 or 6980486. OLE color: 6980486.

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

Color convert

RGB 134 131 106 -
CMYK 0 0.02 0.21 0.47
HSL 53.57º 0.12% 0.47% -
HSV(B) 53.57º 0.21% 0.53% -
XYZ 20.55 22.34 16.86 -
YUV 129.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 134 131 106 0 0.02 0.21 0.47 53.57 0.12 0.47
Hex 86 83 6A 0 2 15 2F 36 C 2F
Octal 206 203 152 0 2 25 57 66 14 57
Binary 10000110 10000011 1101010 0 10 10101 101111 110110 1100 101111

Color Harmonies of #86836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86836A

Black with #86836A

Text Example


Text Example

White with #86836A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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