#86825B

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

Shades of Bandicoot #86825B

Tints of Bandicoot #86825B

Color information

#86825B (or 0x86825B) is unknown color: approx Bandicoot. HEX triplet: 86, 82 and 5B. RGB value is (134,130,91). Sum of RGB (Red+Green+Blue) = 134+130+91=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #86825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86825B is #797DA4. Grayscale: #7E7E7E. Windows color (decimal): -7962021 or 5997190. OLE color: 5997190.

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

Color convert

RGB13413091-
CMYK00.030.320.47
HSL54.42º19.11%44.12%-
HSV(B)54.42º32.09%52.55%-
XYZ19.721.7913.06-
YUV126.75107.83133.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=37.75%
G=36.62%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341309100.030.320.4754.4219.1144.12
Hex86825B03202F36132c
Octal206202133034057662354
Binary1000011010000010101101101110000010111111011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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