Html Css Color HEX #86836C Bandicoot

📋 copy color: '#86836C'

red 134 ◦ green 131 ◦ blue 108

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

Shades of Bandicoot #86836C

Tints of Bandicoot #86836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 35.92%
G = 35.12%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86836C (or 0x86836C) is known color: Bandicoot. HEX triplet: 86, 83 and 6C. RGB value is (134,131,108). Sum of RGB (Red+Green+Blue) = 134+131+108=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86836C is #797C93. Grayscale: #818181. Windows color (decimal): -7961748 or 7111558. OLE color: 7111558.

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

Color convert

RGB 134 131 108 -
CMYK 0 0.02 0.19 0.47
HSL 53.08º 0.11% 0.47% -
HSV(B) 53.08º 0.19% 0.53% -
XYZ 20.65 22.38 17.42 -
YUV 129.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 134 131 108 0 0.02 0.19 0.47 53.08 0.11 0.47
Hex 86 83 6C 0 2 13 2F 35 B 2F
Octal 206 203 154 0 2 23 57 65 13 57
Binary 10000110 10000011 1101100 0 10 10011 101111 110101 1011 101111

Color Harmonies of #86836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86836C

Black with #86836C

Text Example


Text Example

White with #86836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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