#86867B

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

Shades of Jumbo #86867B

Tints of Jumbo #86867B

Color information

#86867B (or 0x86867B) is unknown color: approx Jumbo. HEX triplet: 86, 86 and 7B. RGB value is (134,134,123). Sum of RGB (Red+Green+Blue) = 134+134+123=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 134 - color contains mainly: red, green. Hex color #86867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86867B is #797984. Grayscale: #848484. Windows color (decimal): -7960965 or 8095366. OLE color: 8095366.

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

Color convert

RGB134134123-
CMYK000.080.47
HSL60º4.35%50.39%-
HSV(B)60º8.21%52.55%-
XYZ21.9323.5522.13-
YUV132.75122.5128.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=34.27%
G=34.27%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134134123000.080.47604.3550.39
Hex86867B0082F3c432
Octal20620617300105774462
Binary10000110100001101111011001000101111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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