Html Css Color HEX #86686F Empress

📋 copy color: '#86686F'

red 134 ◦ green 104 ◦ blue 111

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

Shades of Empress #86686F

Tints of Empress #86686F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 38.4%
G = 29.8%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86686F (or 0x86686F) is known color: Empress. HEX triplet: 86, 68 and 6F. RGB value is (134,104,111). Sum of RGB (Red+Green+Blue) = 134+104+111=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #86686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86686F is #799790. Grayscale: #717171. Windows color (decimal): -7968657 or 7301254. OLE color: 7301254.

HSL color Cylindrical-coordinate representation of color #86686F: hue angle of 346º 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 #86686F is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 104 111 -
CMYK 0 0.22 0.17 0.47
HSL 346º 0.13% 0.47% -
HSV(B) 346º 0.22% 0.53% -
XYZ 17.65 16.12 17.22 -
YUV 113.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 134 104 111 0 0.22 0.17 0.47 346 0.13 0.47
Hex 86 68 6F 0 16 11 2F 15A D 2F
Octal 206 150 157 0 26 21 57 532 15 57
Binary 10000110 1101000 1101111 0 10110 10001 101111 101011010 1101 101111

Color Harmonies of #86686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86686F

Black with #86686F

Text Example


Text Example

White with #86686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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