#86875D

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

Shades of Bandicoot #86875D

Tints of Bandicoot #86875D

Color information

#86875D (or 0x86875D) is unknown color: approx Bandicoot. HEX triplet: 86, 87 and 5D. RGB value is (134,135,93). Sum of RGB (Red+Green+Blue) = 134+135+93=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #86875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86875D is #7978A2. Grayscale: #828282. Windows color (decimal): -7960739 or 6129542. OLE color: 6129542.

HSL color Cylindrical-coordinate representation of color #86875D: hue angle of 61.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86875D is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13413593-
CMYK0.0100.310.47
HSL61.43º18.42%44.71%-
HSV(B)61.43º31.11%52.94%-
XYZ20.4723.1913.75-
YUV129.91107.17130.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=37.02%
G=37.29%
B=25.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135930.0100.310.4761.4318.4244.71
Hex86875D101F2F3d122d
Octal206207135103757752255
Binary10000110100001111011101101111110111111110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86875D; }

 p { color: rgb(134,135,93); }

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

<style>
 a { background-color: #86875D; }

 a { background-color: rgb(134,135,93); }

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

<style>
 span { border-color: #86875D; }

 span { border-color: rgb(134,135,93); }

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