#86875B

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

Shades of Bandicoot #86875B

Tints of Bandicoot #86875B

Color information

#86875B (or 0x86875B) is unknown color: approx Bandicoot. HEX triplet: 86, 87 and 5B. RGB value is (134,135,91). Sum of RGB (Red+Green+Blue) = 134+135+91=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #86875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86875B is #7978A4. Grayscale: #818181. Windows color (decimal): -7960741 or 5998470. OLE color: 5998470.

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

Color convert

RGB13413591-
CMYK0.0100.330.47
HSL61.36º19.47%44.31%-
HSV(B)61.36º32.59%52.94%-
XYZ20.3823.1513.29-
YUV129.68106.17131.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=37.22%
G=37.5%
B=25.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135910.0100.330.4761.3619.4744.31
Hex86875B10212F3d132c
Octal206207133104157752354
Binary100001101000011110110111010000110111111110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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