#86857A

Color #86857A Jumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jumbo #86857A

Tints of Jumbo #86857A

Color information

#86857A (or 0x86857A) is unknown color: approx Jumbo. HEX triplet: 86, 85 and 7A. RGB value is (134,133,122). Sum of RGB (Red+Green+Blue) = 134+133+122=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 134 - color contains mainly: red. Hex color #86857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86857A is #797A85. Grayscale: #848484. Windows color (decimal): -7961222 or 8029574. OLE color: 8029574.

HSL color Cylindrical-coordinate representation of color #86857A: hue angle of 55º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #86857A is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB134133122-
CMYK00.010.090.47
HSL55º4.72%50.2%-
HSV(B)55º8.96%52.55%-
XYZ21.7323.2521.75-
YUV132.05122.33129.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=34.45%
G=34.19%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413312200.010.090.47554.7250.2
Hex86857A0192F37532
Octal20620517201115767562
Binary10000110100001011111010011001101111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86857A; }

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

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

<style>
 a { background-color: #86857A; }

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

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

<style>
 span { border-color: #86857A; }

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

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