#86826E

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

Shades of Bandicoot #86826E

Tints of Bandicoot #86826E

Color information

#86826E (or 0x86826E) is unknown color: approx Bandicoot. HEX triplet: 86, 82 and 6E. RGB value is (134,130,110). Sum of RGB (Red+Green+Blue) = 134+130+110=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #86826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86826E is #797D91. Grayscale: #818181. Windows color (decimal): -7962002 or 7242374. OLE color: 7242374.

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

Color convert

RGB134130110-
CMYK00.030.180.47
HSL50º9.84%47.84%-
HSV(B)50º17.91%52.55%-
XYZ20.6322.1617.94-
YUV128.92117.33131.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=35.83%
G=34.76%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413011000.030.180.47509.8447.84
Hex86826E03122F32a30
Octal206202156032257621260
Binary10000110100000101101110011100101011111100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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