#86887D

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

Shades of Jumbo #86887D

Tints of Jumbo #86887D

Color information

#86887D (or 0x86887D) is unknown color: approx Jumbo. HEX triplet: 86, 88 and 7D. RGB value is (134,136,125). Sum of RGB (Red+Green+Blue) = 134+136+125=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 136 - color contains mainly: green. Hex color #86887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86887D is #797782. Grayscale: #868686. Windows color (decimal): -7960451 or 8226950. OLE color: 8226950.

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

Color convert

RGB134136125-
CMYK0.0100.080.47
HSL70.91º4.42%51.18%-
HSV(B)70.91º8.09%53.33%-
XYZ22.3424.1622.89-
YUV134.15122.84127.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.92%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=33.92%
G=34.43%
B=31.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341361250.0100.080.4770.914.4251.18
Hex86887D1082F47433
Octal206210175101057107463
Binary100001101000100011111011010001011111000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,136,125); }

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

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

 a { background-color: rgb(134,136,125); }

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

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

 span { border-color: rgb(134,136,125); }

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