Html Css Color HEX #86686E Empress

📋 copy color: '#86686E'

red 134 ◦ green 104 ◦ blue 110

#86686E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #86686E

Tints of Empress #86686E

RGB

 RED value IS 134 (52.73% from 255) = 38.51%

 GREEN value IS 104 (41.02% from 255) = 29.89%

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 38.51%
G = 29.89%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86686E (or 0x86686E) is known color: Empress. HEX triplet: 86, 68 and 6E. RGB value is (134,104,110). Sum of RGB (Red+Green+Blue) = 134+104+110=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #86686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86686E is #799791. Grayscale: #717171. Windows color (decimal): -7968658 or 7235718. OLE color: 7235718.

HSL color Cylindrical-coordinate representation of color #86686E: hue angle of 348º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86686E is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 104 110 -
CMYK 0 0.22 0.18 0.47
HSL 348º 0.13% 0.47% -
HSV(B) 348º 0.22% 0.53% -
XYZ 17.6 16.09 16.93 -
YUV 113.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 134 104 110 0 0.22 0.18 0.47 348 0.13 0.47
Hex 86 68 6E 0 16 12 2F 15C D 2F
Octal 206 150 156 0 26 22 57 534 15 57
Binary 10000110 1101000 1101110 0 10110 10010 101111 101011100 1101 101111

Color Harmonies of #86686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86686E

Black with #86686E

Text Example


Text Example

White with #86686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86686E; }

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

 H1.HeaderClassName
 {
   color: #86686E;
 }
 .AnyTagClassName
 {
   color: #86686E;
 }
</style>

background-color css

<style>
 a { background-color: #86686E; }

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

 div.DivClassName
 {
   background-color: #86686E;
 }
 .BgClassName
 {
   background-color: #86686E;
 }
</style>

border-color css

<style>
 span { border-color: #86686E; }

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

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