#86867A

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

Shades of Jumbo #86867A

Tints of Jumbo #86867A

Color information

#86867A (or 0x86867A) is unknown color: approx Jumbo. HEX triplet: 86, 86 and 7A. RGB value is (134,134,122). Sum of RGB (Red+Green+Blue) = 134+134+122=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 134 - color contains mainly: red, green. Hex color #86867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86867A is #797985. Grayscale: #848484. Windows color (decimal): -7960966 or 8029830. OLE color: 8029830.

HSL color Cylindrical-coordinate representation of color #86867A: hue angle of 60º 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 #86867A is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB134134122-
CMYK000.090.47
HSL60º4.72%50.2%-
HSV(B)60º8.96%52.55%-
XYZ21.8723.5221.8-
YUV132.63122128.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=34.36%
G=34.36%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134134122000.090.47604.7250.2
Hex86867A0092F3c532
Octal20620617200115774562
Binary10000110100001101111010001001101111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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