#86826B

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

Shades of Bandicoot #86826B

Tints of Bandicoot #86826B

Color information

#86826B (or 0x86826B) is unknown color: approx Bandicoot. HEX triplet: 86, 82 and 6B. RGB value is (134,130,107). Sum of RGB (Red+Green+Blue) = 134+130+107=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #86826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86826B is #797D94. Grayscale: #808080. Windows color (decimal): -7962005 or 7045766. OLE color: 7045766.

HSL color Cylindrical-coordinate representation of color #86826B: hue angle of 51.11º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86826B is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB134130107-
CMYK00.030.200.47
HSL51.11º11.2%47.25%-
HSV(B)51.11º20.15%52.55%-
XYZ20.4722.117.1-
YUV128.57115.83131.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=36.12%
G=35.04%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413010700.030.200.4751.1111.247.25
Hex86826B03142F33b2f
Octal206202153032457631357
Binary10000110100000101101011011101001011111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86826B; }

 p { color: rgb(134,130,107); }

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

<style>
 a { background-color: #86826B; }

 a { background-color: rgb(134,130,107); }

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

<style>
 span { border-color: #86826B; }

 span { border-color: rgb(134,130,107); }

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