#86857C

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

Shades of Jumbo #86857C

Tints of Jumbo #86857C

Color information

#86857C (or 0x86857C) is unknown color: approx Jumbo. HEX triplet: 86, 85 and 7C. RGB value is (134,133,124). Sum of RGB (Red+Green+Blue) = 134+133+124=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 134 - color contains mainly: red. Hex color #86857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86857C is #797A83. Grayscale: #848484. Windows color (decimal): -7961220 or 8160646. OLE color: 8160646.

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

Color convert

RGB134133124-
CMYK00.010.070.47
HSL54º3.97%50.59%-
HSV(B)54º7.46%52.55%-
XYZ21.8623.322.41-
YUV132.27123.33129.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=34.27%
G=34.02%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413312400.010.070.47543.9750.59
Hex86857C0172F36433
Octal2062051740175766463
Binary1000011010000101111110001111101111110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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