#86688B

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

Shades of Trendy Pink #86688B

Tints of Trendy Pink #86688B

Color information

#86688B (or 0x86688B) is unknown color: approx Trendy Pink. HEX triplet: 86, 68 and 8B. RGB value is (134,104,139). Sum of RGB (Red+Green+Blue) = 134+104+139=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #86688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86688B is #799774. Grayscale: #747474. Windows color (decimal): -7968629 or 9136262. OLE color: 9136262.

HSL color Cylindrical-coordinate representation of color #86688B: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86688B is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134104139-
CMYK0.040.2500.45
HSL291.43º14.4%47.65%-
HSV(B)291.43º25.18%54.51%-
XYZ19.4416.8326.65-
YUV116.96140.44140.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=35.54%
G=27.59%
B=36.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341041390.040.2500.45291.4314.447.65
Hex86688B41902D123e30
Octal2061502134310554431660
Binary100001101101000100010111001100101011011001000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,104,139); }

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

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

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

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

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

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

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