#86855C

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

Shades of Bandicoot #86855C

Tints of Bandicoot #86855C

Color information

#86855C (or 0x86855C) is unknown color: approx Bandicoot. HEX triplet: 86, 85 and 5C. RGB value is (134,133,92). Sum of RGB (Red+Green+Blue) = 134+133+92=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86855C is #797AA3. Grayscale: #808080. Windows color (decimal): -7961252 or 6063494. OLE color: 6063494.

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

Color convert

RGB13413392-
CMYK00.010.310.47
HSL58.57º18.58%44.31%-
HSV(B)58.57º31.34%52.55%-
XYZ20.1522.6213.43-
YUV128.62107.33131.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=37.33%
G=37.05%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341339200.010.310.4758.5718.5844.31
Hex86855C011F2F3b132c
Octal206205134013757732354
Binary10000110100001011011100011111110111111101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86855C; }

 p { color: rgb(134,133,92); }

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

<style>
 a { background-color: #86855C; }

 a { background-color: rgb(134,133,92); }

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

<style>
 span { border-color: #86855C; }

 span { border-color: rgb(134,133,92); }

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