#86717A

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

Shades of Venus #86717A

Tints of Venus #86717A

Color information

#86717A (or 0x86717A) is unknown color: approx Venus. HEX triplet: 86, 71 and 7A. RGB value is (134,113,122). Sum of RGB (Red+Green+Blue) = 134+113+122=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 134 - color contains mainly: red. Hex color #86717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86717A is #798E85. Grayscale: #787878. Windows color (decimal): -7966342 or 8024454. OLE color: 8024454.

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

Color convert

RGB134113122-
CMYK00.160.090.47
HSL334.29º8.5%48.43%-
HSV(B)334.29º15.67%52.55%-
XYZ19.2518.2820.93-
YUV120.3128.96137.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=36.31%
G=30.62%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411312200.160.090.47334.298.548.43
Hex86717A01092F14e930
Octal20616117202011575161160
Binary100001101110001111101001000010011011111010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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